From 340d309ee801a330edd4ddd66ae01473629a97fa Mon Sep 17 00:00:00 2001 From: Juwana Zerman Date: Mon, 18 Oct 2021 21:01:38 -0400 Subject: [PATCH 1/6] Add az-appconfig.md --- pages/common/az-appconfig.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/az-appconfig.md diff --git a/pages/common/az-appconfig.md b/pages/common/az-appconfig.md new file mode 100644 index 00000000000000..caac60e9b3915e --- /dev/null +++ b/pages/common/az-appconfig.md @@ -0,0 +1,28 @@ +# az appconfig + +Manage App configurations on Azure. Part of `azure-cli`. More information: + +- Create an App Configuration: + +`az appconfig create -g {{resourcegroup_name}} -n {{appconfiguration_name}} -l {{location}}` + +- Delete an App Configuration: + +`az appconfig delete -g {{resourcegroup_name}} -n {{appconfiguration_name}}` + +- List all App Configurations under the current subscription: + +`az appconfig list` + +- List all App Configurations under a resource group: + +`az appconfig list -g {{resourcegroup_name}}` + +- Show properties of an App Configuration: + +`az appconfig show --name {{appconfiguration_name}}` + +- Update an App Configuration: + +`az appconfig update -g {{resourcegroup_name}} -n {{appconfiguration_name}}` + From beb0233ca01f862c0f5763674ab1f8214957a227 Mon Sep 17 00:00:00 2001 From: Juwana Zerman Date: Tue, 19 Oct 2021 00:17:02 -0400 Subject: [PATCH 2/6] Update appconfig.md remove trailing white space --- pages/common/az-appconfig.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/common/az-appconfig.md b/pages/common/az-appconfig.md index caac60e9b3915e..2d222e2001a77f 100644 --- a/pages/common/az-appconfig.md +++ b/pages/common/az-appconfig.md @@ -4,11 +4,11 @@ Manage App configurations on Azure. Part of `azure-cli`. More information: Date: Tue, 19 Oct 2021 18:01:16 -0400 Subject: [PATCH 3/6] Update az-appconfig.md issues Add newline at end of file. Update command description --- pages/common/az-appconfig.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/common/az-appconfig.md b/pages/common/az-appconfig.md index 2d222e2001a77f..315b3bfce9d1c3 100644 --- a/pages/common/az-appconfig.md +++ b/pages/common/az-appconfig.md @@ -1,14 +1,15 @@ # az appconfig -Manage App configurations on Azure. Part of `azure-cli`. More information: +Manage App configurations on Azure. Part of `azure-cli`. +More information: - Create an App Configuration: -`az appconfig create -g {{rg_name}} --name {{appconfig_name}} -l {{location}}` +`az appconfig create --resource-group {{rg_name}} --name {{appconfig_name}} --location {{location}}` - Delete an App Configuration: -`az appconfig delete -g {{rg_name}} --name {{appconfig_name}}` +`az appconfig delete --resource-group {{rg_name}} --name {{appconfig_name}}` - List all App Configurations under the current subscription: @@ -16,7 +17,7 @@ Manage App configurations on Azure. Part of `azure-cli`. More information: Date: Tue, 19 Oct 2021 18:05:17 -0400 Subject: [PATCH 4/6] Update az-appconfig.md description --- pages/common/az-appconfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/az-appconfig.md b/pages/common/az-appconfig.md index 315b3bfce9d1c3..38b92096b75478 100644 --- a/pages/common/az-appconfig.md +++ b/pages/common/az-appconfig.md @@ -1,7 +1,7 @@ # az appconfig -Manage App configurations on Azure. Part of `azure-cli`. -More information: +> Manage App configurations on Azure. Part of `azure-cli`. +> More information: - Create an App Configuration: From 9d0bbfe45148d4b138821d1dadb65f9e45aaa9c6 Mon Sep 17 00:00:00 2001 From: Juwana Zerman Date: Tue, 19 Oct 2021 22:10:18 -0400 Subject: [PATCH 5/6] Update description --- pages/common/az-appconfig.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/common/az-appconfig.md b/pages/common/az-appconfig.md index 38b92096b75478..6a575ff2fd696b 100644 --- a/pages/common/az-appconfig.md +++ b/pages/common/az-appconfig.md @@ -1,7 +1,8 @@ # az appconfig -> Manage App configurations on Azure. Part of `azure-cli`. -> More information: +> Manage App configurations on Azure. +> Part of `az`, the command-line client for Microsoft Azure. +> More information: . - Create an App Configuration: From 2900dc2033a8f8aa0f194c341bde5dde726635b2 Mon Sep 17 00:00:00 2001 From: Juwana Zerman <38802201+Juwana-Zerman@users.noreply.github.com> Date: Tue, 30 Nov 2021 01:42:43 -0500 Subject: [PATCH 6/6] Updated with requested changes --- pages/common/az-appconfig.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/az-appconfig.md b/pages/common/az-appconfig.md index 6a575ff2fd696b..e54d990eada83b 100644 --- a/pages/common/az-appconfig.md +++ b/pages/common/az-appconfig.md @@ -2,13 +2,13 @@ > Manage App configurations on Azure. > Part of `az`, the command-line client for Microsoft Azure. -> More information: . +> More information: . - Create an App Configuration: -`az appconfig create --resource-group {{rg_name}} --name {{appconfig_name}} --location {{location}}` +`az appconfig create --name {{name}} --resource-group {{group_name}} --location {{location}}` -- Delete an App Configuration: +- Delete a specific App Configuration: `az appconfig delete --resource-group {{rg_name}} --name {{appconfig_name}}` @@ -16,7 +16,7 @@ `az appconfig list` -- List all App Configurations under a resource group: +- List all App Configurations under a specific resource group: `az appconfig list --resource-group {{rg_name}}` @@ -24,6 +24,6 @@ `az appconfig show --name {{appconfig_name}}` -- Update an App Configuration: +- Update a specific App Configuration: `az appconfig update --resource-group {{rg_name}} --name {{appconfig_name}}`