Skip to content

Commit 2c8aaea

Browse files
authored
Merge pull request #77628 from MicahMcKittrick-MSFT/patch-161
MicrosoftDocs/azure-docs#31931
2 parents 9991039 + e28b188 commit 2c8aaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric-mesh/service-fabric-mesh-howto-deploy-app-sfreliable-disk-volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Notice the name of gateway resource which has resource type as `Microsoft.Servic
6868

6969
Once the application successfully deploys, get the ipAddress of the gateway resource for the app. Use the gateway name you noticed in above section.
7070
```azurecli-interactive
71-
az mesh gateway show --resource-group myResourceGroup --gateway-name counterGateway
71+
az mesh gateway show --resource-group myResourceGroup --name counterGateway
7272
```
7373

7474
The output should have a property `ipAddress` which is the public IP address for the service endpoint. Open it from a browser. It will display a web page with the counter value being updated every second.

0 commit comments

Comments
 (0)