Skip to content

Commit 605bf2d

Browse files
authored
fix command line
1 parent 4221da9 commit 605bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/how-to-deploy-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To create a new app Deployment, you use the
7979
cmdlet. The following example creates an app deployment in Azure Spring Apps named `default`, for the `gateway` app.
8080

8181
```azurepowershell-interactive
82-
New-AzSpringCloudAppDeployment -ResourceGroupName <resource group name> -Name <service instance name> -AppName gateway -DeploymentName default
82+
New-AzSpringCloudAppDeployment -ResourceGroupName <resource group name> -ServiceName <service instance name> -AppName gateway -Name default
8383
```
8484

8585
## Get a service and its properties

0 commit comments

Comments
 (0)