Skip to content

Commit bdfd935

Browse files
Merge pull request #242828 from yitaopan/yitao/fix-spring-byos
[AzureSpringApps] Fix a command to custom persistent storage with consumption plan
2 parents ce7bed6 + a169668 commit bdfd935

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)