Skip to content

Commit

Permalink
docs: fix az management title in feature docs (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Apr 22, 2022
1 parent 67f72c9 commit 497fd6d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/preview/02-Features/powershell/azure-app-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Create/update a single application setting within an Azure App Service.

| Parameter | Mandatory | Description |
| ----------------------------- | ----------- | ----------------------------------------------------------------------------------------------------- |
| `ResourceGroupName` | yes | The name of the Azure resource group where the Azure Integration Account is located. |
| `ResourceGroupName` | yes | The name of the Azure resource group where the Azure App Service is located. |
| `AppServiceName` | yes | The name of the Azure App Service where the application setting will be created/updated. |
| `AppServiceSettingName` | yes | The name of the application setting that will be created/updated. |
| `AppServiceSettingValue` | yes | The value of the application setting that will be created/updated. |
Expand Down
1 change: 0 additions & 1 deletion docs/preview/02-Features/powershell/azure-management.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
title: "Azure Management"
layout: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Create/update a single application setting within an Azure App Service.

| Parameter | Mandatory | Description |
| ----------------------------- | ----------- | ----------------------------------------------------------------------------------------------------- |
| `ResourceGroupName` | yes | The name of the Azure resource group where the Azure Integration Account is located. |
| `ResourceGroupName` | yes | The name of the Azure resource group where the Azure App Service is located. |
| `AppServiceName` | yes | The name of the Azure App Service where the application setting will be created/updated. |
| `AppServiceSettingName` | yes | The name of the application setting that will be created/updated. |
| `AppServiceSettingValue` | yes | The value of the application setting that will be created/updated. |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
title: "Azure Management"
layout: default
Expand Down

0 comments on commit 497fd6d

Please sign in to comment.