Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1 KB

File metadata and controls

25 lines (24 loc) · 1 KB
title include file
description include file
services app-service
author msangapu
ms.service azure-app-service
ms.topic include
ms.date 09/14/2021
ms.author msangapu
ms.custom 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.