Skip to content

Commit 785387b

Browse files
authored
Merge pull request #95444 from billglover/patch-1
Add missing '\' in multi-line command
2 parents 06cec3d + 9d360af commit 785387b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-cloud/quickstart-deploy-apps-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Use the following steps to provision an Azure Spring Apps service instance.
171171
172172
az spring app create \
173173
--resource-group <resource-group-name> \
174-
--name catalog-service
174+
--name catalog-service \
175175
--service <Azure-Spring-Apps-service-instance-name>
176176
177177
az spring app create \

0 commit comments

Comments
 (0)