Skip to content

Commit 0ffd530

Browse files
committed
edit indents and numbering
1 parent a9f414c commit 0ffd530

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/app-service/tutorial-connect-msi-key-vault-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-azurecli
1616

1717
## Configure PHP app
1818

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.
2020

2121
```azurecli-interactive
2222
# Clone and prepare sample application

articles/app-service/tutorial-connect-msi-key-vault.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ ms.custom: devx-track-azurecli
1616

1717
## Configure .NET app
1818

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+
```
3131

3232
## Configure secrets as app settings
3333

0 commit comments

Comments
 (0)