Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-azureappservice

Package Overview
Dependencies
127
Maintainers
11
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @microsoft/vscode-azext-azureappservice

Common tools for developing Azure App Service extensions for VS Code


Version published
Weekly downloads
760
increased by55.74%
Maintainers
11
Install size
142 MB
Created
Weekly downloads
 

Readme

Source

VSCode Azure SDK for Node.js - App Service Tools (Preview)

Build Status

This package provides common Azure App Service elements for VS Code extensions.

All functionality for this package is built around the SiteClient, a wrapper of a WebSiteManagementClient for use with a specific Site. It reduces the number of arguments needed for every call and automatically ensures the 'slot' method is called when appropriate. Support for all methods on the WebSiteManagementClient are being added on an as-needed basis.

On top of that, this package provides functionality specifically designed for use in VS Code, including but not limited to:

  • createFunctionApp/createWebApp: Guides the user through creation of a Function App or Web App.
  • deploy: Automatically detects a site's deployment source and deploys based on that.
  • startStreamingLogs: Creates a stream of the Site's logs to the outputChannel in VS Code.

NOTE: This package throws a UserCancelledError if the user cancels an operation. This error should be handled appropriately by your extension.

License

MIT

Keywords

FAQs

Last updated on 28 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc