Skip to content

Commit a19be84

Browse files
authored
Use same YAML file name in both places
1 parent 3dec733 commit a19be84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ When using Azure Files, you must use the Azure CLI with a YAML definition to cre
247247
248248
```azure-cli
249249
az containerapp update --name <APP_NAME> --resource-group <RESOURCE_GROUP_NAME> \
250-
--yaml my-app.yaml
250+
--yaml app.yaml
251251
```
252252
253253
::: zone-end

0 commit comments

Comments
 (0)