File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ms.custom: devx-track-azurecli
16
16
17
17
## Configure PHP app
18
18
19
- 1 . Clone the sample repository locally and deploy the sample application to App Service. Replace * \< app-name>* with a unique name.
19
+ Clone the sample repository locally and deploy the sample application to App Service. Replace * \< app-name>* with a unique name.
20
20
21
21
``` azurecli-interactive
22
22
# Clone and prepare sample application
Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ ms.custom: devx-track-azurecli
16
16
17
17
## Configure .NET app
18
18
19
- 1 . Clone the sample repository locally and deploy the sample application to App Service. Replace * \< app-name>* with a unique name.
20
-
21
- ``` azurecli-interactive
22
- # Save app name as variable for convenience
23
- appName=<app-name>
24
-
25
- # Clone sample application
26
- git clone https://github.com/Azure-Samples/app-service-language-detector.git
27
- cd app-service-language-detector/dotnet
28
-
29
- az webapp up --sku F1 --resource-group $groupName --name $appName --plan $appName --location $region
30
- ```
19
+ Clone the sample repository locally and deploy the sample application to App Service. Replace * \< app-name>* with a unique name.
20
+
21
+ ``` azurecli-interactive
22
+ # Save app name as variable for convenience
23
+ appName=<app-name>
24
+
25
+ # Clone sample application
26
+ git clone https://github.com/Azure-Samples/app-service-language-detector.git
27
+ cd app-service-language-detector/dotnet
28
+
29
+ az webapp up --sku F1 --resource-group $groupName --name $appName --plan $appName --location $region
30
+ ```
31
31
32
32
## Configure secrets as app settings
33
33
You can’t perform that action at this time.
0 commit comments