Skip to content

Commit 5f9d6ba

Browse files
authored
Merge pull request #96396 from SvenAelterman/patch-34
Remove duplicate config check
2 parents 9a54bc9 + 8ceaf83 commit 5f9d6ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/app-service/configure-connect-to-azure-storage.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,6 @@ Verify your storage is mounted by running the following command:
213213
az webapp config storage-account list --resource-group <resource-group> --name <app-name>
214214
```
215215

216-
Verify your configuration by running the following command:
217-
218-
```azurecli
219-
az webapp config storage-account list --resource-group <resource-group> --name <app-name>
220-
```
221-
222216
---
223217

224218
> [!NOTE]

0 commit comments

Comments
 (0)