title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
include file |
include file |
app-service |
msangapu |
azure-app-service |
include |
09/14/2021 |
msangapu |
include file |
Note
The az webapp up
command does the following actions:
-
Create a default resource group.
-
Create a default App Service plan.
-
Create an app with the specified name.
-
Zip deploy all files from the current working directory, with build automation enabled.
-
Cache the parameters locally in the .azure/config file so that you don't need to specify them again when deploying later with
az webapp up
or otheraz webapp
commands from the project folder. The cached values are used automatically by default.