Forrest logo
back to context overview

az-appconfig

List of commands for az-appconfig:

  • az-appconfig:tldr:3fcdb az-appconfig: Update a specific App Configuration.
    $ az appconfig update --resource-group ${rg_name} --name ${appconfig_name}
    try on your machine
    explain this command
  • az-appconfig:tldr:80394 az-appconfig: Show properties of an App Configuration.
    $ az appconfig show --name ${appconfig_name}
    try on your machine
    explain this command
  • az-appconfig:tldr:d659e az-appconfig: List all App Configurations under a specific resource group.
    $ az appconfig list --resource-group ${rg_name}
    try on your machine
    explain this command
  • az-appconfig:tldr:da17c az-appconfig: Delete a specific App Configuration.
    $ az appconfig delete --resource-group ${rg_name} --name ${appconfig_name}
    try on your machine
    explain this command
  • az-appconfig:tldr:eff6e az-appconfig: Create an App Configuration.
    $ az appconfig create --name ${name} --resource-group ${group_name} --location ${location}
    try on your machine
    explain this command
  • az-appconfig:tldr:f2ff3 az-appconfig: List all App Configurations under the current subscription.
    $ az appconfig list
    try on your machine
    explain this command
back to context overview