vscode-azureappservice
vscode-azureappservice copied to clipboard
Extend Create or Deploy Web App
trafficstars
Hi, we are looking for some API from the Azure App Service extension to bundle several steps into one command. Currently our scenario is
- customer needs to create a web app first via the "Create Web App" command
- customer open the web app in azure portal and modify the startup command in app settings page
- customer right click on the folder and execute "Deploy to Web App"
To get rid of those hassles, we are looking for a solution to bundle those steps into one command, is it possible that the Azure App Service expose some APIs so we can use them to make a dedicated extension using common Azure App Service utilities?
Curious, which extension is this for?
@alexweininger, we are from azure notebooks team and working on an extension for customer to one-click deploy a file/folder as an Azure Web App. Would like to clarify with more details if you need.