Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1019 Bytes

app-service-web-az-webapp-up-note.md

File metadata and controls

25 lines (24 loc) · 1019 Bytes
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
app-service
msangapu
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 other az webapp commands from the project folder. The cached values are used automatically by default.