Skip to content

Commit a169668

Browse files
committed
Fix
1 parent f905ec4 commit a169668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/how-to-custom-persistent-storage-with-standard-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ az spring app append-persistent-storage \
122122
--name $APP_NAME \
123123
--persistent-storage-type AzureFileVolume \
124124
--mount-path /var/log/nginx \
125-
--storage-name STORAGE_MOUNT_NAME
125+
--storage-name $STORAGE_MOUNT_NAME
126126
```
127127

128128
## Clean up resources

0 commit comments

Comments
 (0)