This commit is contained in:
Carlos Polop
2025-04-27 23:46:36 +02:00
parent a2fc1bb9e4
commit 81bd25041e

View File

@@ -656,7 +656,7 @@ These are packages with all the **application data and install and uninstall scr
# List all galleries in resource group
az sig list --resource-group <res-group> --output table
# List all apps in a fallery
# List all apps in a gallery
az sig gallery-application list --gallery-name <gallery-name> --resource-group <res-group> --output table
```