Skip to content

Commit e0e5c84

Browse files
committed
update code block syntax for package
1 parent 192ea11 commit e0e5c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginxaas-azure/getting-started/nginx-configuration/nginx-configuration-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ az nginx deployment configuration analyze --deployment-name $DEPLOYMENT_NAME \
129129

130130
Upload a package with config files and protected files:
131131

132-
```bash
132+
```shell
133133
az nginx deployment configuration create --deployment-name myDeployment \
134134
--resource-group myResourceGroup --root-file nginx.conf --name default \
135135
--package data="$TAR_DATA" \

0 commit comments

Comments
 (0)