Skip to content

Commit 25032f6

Browse files
authored
Merge pull request #206696 from MicrosoftDocs/main
8/02 OOB Publish at 1pm
2 parents 609fbd5 + fcc3f0f commit 25032f6

File tree

57 files changed

+632
-392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+632
-392
lines changed

articles/aks/csi-secrets-store-driver.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ author: nickomang
55
ms.author: nickoman
66
ms.service: container-service
77
ms.topic: how-to
8-
ms.date: 4/26/2022
8+
ms.date: 8/02/2022
99
ms.custom: template-how-to, devx-track-azurecli
1010
---
1111

1212
# Use the Azure Key Vault Provider for Secrets Store CSI Driver in an AKS cluster
1313

1414
The Azure Key Vault Provider for Secrets Store CSI Driver allows for the integration of an Azure key vault as a secrets store with an Azure Kubernetes Service (AKS) cluster via a [CSI volume][kube-csi].
1515

16+
## Limitations
17+
18+
* A container using subPath volume mount will not receive secret updates when it is rotated. [See](https://secrets-store-csi-driver.sigs.k8s.io/known-limitations.html#secrets-not-rotated-when-using-subpath-volume-mount)
19+
1620
## Prerequisites
1721

1822
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/api-management/api-management-howto-aad.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ Now that you've enabled access for users in an Azure AD tenant, you can:
149149
* Control product visibility using Azure AD groups.
150150

151151
Follow these steps to grant:
152-
* `Directory.Read.All` **application** permission for Microsoft Graph API.
153152
* `User.Read` **delegated** permission for Microsoft Graph API.
154153

155154
1. Update the first 3 lines of the following Azure CLI script to match your environment and run it.
@@ -161,8 +160,8 @@ Follow these steps to grant:
161160
#Login and Set the Subscription
162161
az login
163162
az account set --subscription $subId
164-
#Assign the following permissions: Microsoft Graph Delegated Permission: User.Read, Microsoft Graph Application Permission: Directory.ReadAll
165-
az rest --method PATCH --uri "https://graph.microsoft.com/v1.0/$($tenantId)/applications/$($appObjectID)" --body "{'requiredResourceAccess':[{'resourceAccess': [{'id': 'e1fe6dd8-ba31-4d61-89e7-88639da4683d','type': 'Scope'},{'id': '7ab1d382-f21e-4acd-a863-ba3e13f7da61','type': 'Role'}],'resourceAppId': '00000003-0000-0000-c000-000000000000'}]}"
163+
#Assign the following permission: Microsoft Graph Delegated Permission: User.Read
164+
az rest --method PATCH --uri "https://graph.microsoft.com/v1.0/$($tenantId)/applications/$($appObjectID)" --body "{'requiredResourceAccess':[{'resourceAccess': [{'id': 'e1fe6dd8-ba31-4d61-89e7-88639da4683d','type': 'Scope'}],'resourceAppId': '00000003-0000-0000-c000-000000000000'}]}"
166165
```
167166

168167
1. Sign out and sign back in to the Azure portal.

articles/app-service/quickstart-wordpress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ When no longer needed, you can delete the resource group, App service, and all r
7979
:::image type="content" source="./media/quickstart-wordpress/delete-resource-group.png" alt-text="Delete resource group":::
8080
## MySQL password
8181

82-
The [Application Settings](reference-app-settings.md#wordpress) for MySQL database credentials are used by WordPress to connect to the MySQL database. To change the MySQL database password, see [update admin password](/azure/mysql/single-server/how-to-create-manage-server-portal#update-admin-password). Whenever the MySQL database credentials are changed, the [Application Settings](reference-app-settings.md#wordpress) also need to be updated. The [Application Settings for MySQL database](reference-app-settings.md#wordpress) begin with the **DATABASE_** prefix. For more information on updating MySQL passwords, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html#known-limitations).
82+
The [Application Settings](reference-app-settings.md#wordpress) for MySQL database credentials are used by WordPress to connect to the MySQL database. To change the MySQL database password, see [update admin password](/azure/mysql/single-server/how-to-create-manage-server-portal#update-admin-password). Whenever the MySQL database credentials are changed, the [Application Settings](reference-app-settings.md#wordpress) also need to be updated. The [Application Settings for MySQL database](reference-app-settings.md#wordpress) begin with the **`DATABASE_`** prefix. For more information on updating MySQL passwords, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html#known-limitations).
8383

8484
## WordPress admin password
8585

86-
The [Application Settings](reference-app-settings.md#wordpress) for WordPress admin credentials are only for deployment purposes. Modifying these values has no effect on the WordPress installation. To change the WordPress admin password, see [resetting your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password). The [Application Settings for WordPress admin credentials](reference-app-settings.md#wordpress) begin with the **WORDPRESS_ADMIN_** prefix. For more information on updating the WordPress admin password, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html#known-limitations).
86+
The [Application Settings](reference-app-settings.md#wordpress) for WordPress admin credentials are only for deployment purposes. Modifying these values has no effect on the WordPress installation. To change the WordPress admin password, see [resetting your password](https://wordpress.org/support/article/resetting-your-password/#to-change-your-password). The [Application Settings for WordPress admin credentials](reference-app-settings.md#wordpress) begin with the **`WORDPRESS_ADMIN_`** prefix. For more information on updating the WordPress admin password, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html#known-limitations).
8787

8888
## Next steps
8989

articles/azure-arc/data/active-directory-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Introduction to Azure Arc-enabled data services with Active Directo
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
7-
author: cloudmelon
8-
ms.author: melqin
7+
author: mikhailalmeida
8+
ms.author: mialmei
99
ms.reviewer: mikeray
1010
ms.date: 04/15/2022
1111
ms.topic: how-to

articles/azure-arc/data/active-directory-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Deploy Azure Arc-enabled data services in Active Directory authenti
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
7-
author: cloudmelon
8-
ms.author: melqin
7+
author: mikhailalmeida
8+
ms.author: mialmei
99
ms.reviewer: mikeray
1010
ms.date: 04/21/2022
1111
ms.topic: how-to

articles/azure-arc/data/connect-active-directory-sql-managed-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Connect to AD-integrated Azure Arc-enabled SQL Managed Instance
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
7-
author: cloudmelon
8-
ms.author: melqin
7+
author: mikhailalmeida
8+
ms.author: mialmei
99
ms.reviewer: mikeray
1010
ms.date: 12/15/2021
1111
ms.topic: how-to

articles/azure-arc/data/deploy-active-directory-connector-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Tutorial to deploy an Active Directory connector using Azure CLI
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
7-
author: cloudmelon
8-
ms.author: melqin
7+
author: mikhailalmeida
8+
ms.author: mialmei
99
ms.reviewer: mikeray
1010
ms.date: 05/05/2022
1111
ms.topic: how-to
@@ -22,7 +22,7 @@ This article explains how to deploy an Active Directory (AD) connector using Azu
2222

2323
### Install tools
2424

25-
Before you can proceed with the tasks in this article you need to install the following tools:
25+
Before you can proceed with the tasks in this article, install the following tools:
2626

2727
- The [Azure CLI (az)](/cli/azure/install-azure-cli)
2828
- The [`arcdata` extension for Azure CLI](install-arcdata-extension.md)
@@ -276,7 +276,7 @@ az arcdata ad-connector update
276276

277277
To delete an AD connector instance, use `az arcdata ad-connector delete`. See the following examples for both connectivity modes:
278278

279-
### [Indirectly-Connected mode](#tab/indirectly-connected-mode)
279+
### [Indirectly connected mode](#tab/indirectly-connected-mode)
280280

281281
```azurecli
282282
az arcdata ad-connector delete --name < AD Connector name > --k8s-namespace < namespace > --use-k8s
@@ -288,7 +288,7 @@ Example:
288288
az arcdata ad-connector delete --name arcadc --k8s-namespace arc --use-k8s
289289
```
290290

291-
### [Directly-Connected mode](#tab/directly-connected-mode)
291+
### [Directly connected mode](#tab/directly-connected-mode)
292292
```azurecli
293293
az arcdata ad-connector delete --name < AD Connector name > --data-controller-name < data controller name > --resource-group < resource group >
294294
```

articles/azure-arc/data/deploy-active-directory-sql-managed-instance-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Explains how to deploy Active Directory integrated Azure Arc-enable
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
7-
author: cloudmelon
8-
ms.author: melqin
7+
author: mikhailalmeida
8+
ms.author: mialmei
99
ms.reviewer: mikeray
1010
ms.date: 04/28/2022
1111
ms.topic: how-to
@@ -227,7 +227,7 @@ az sql mi-arc create
227227
To delete a SQL Managed Instance, use `az sql mi-arc delete`. See the following examples for both connectivity modes:
228228

229229

230-
### [Indirectly-Connected mode](#tab/indirectly-connected-mode)
230+
### [Indirectly connected mode](#tab/indirectly-connected-mode)
231231

232232
```azurecli
233233
az sql mi-arc delete --name < SQL MI name > --k8s-namespace < namespace > --use-k8s
@@ -239,7 +239,7 @@ Example:
239239
az sql mi-arc delete --name contososqlmi --k8s-namespace arc --use-k8s
240240
```
241241

242-
### [Directly-Connected mode](#tab/directly-connected-mode)
242+
### [Directly connected mode](#tab/directly-connected-mode)
243243

244244
```azurecli
245245
az sql mi-arc delete --name < SQL MI name > --resource-group < resource group >

articles/azure-arc/data/deploy-active-directory-sql-managed-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Explains how to deploy Active Directory integrated Azure Arc-enable
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
7-
author: cloudmelon
8-
ms.author: melqin
7+
author: mikhailalmeida
8+
ms.author: mialmei
99
ms.reviewer: mikeray
1010
ms.date: 04/05/2022
1111
ms.topic: how-to

articles/azure-arc/data/deploy-customer-managed-keytab-active-directory-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Tutorial to deploy a customer-managed keytab Active Directory (AD)
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
7-
author: cloudmelon
8-
ms.author: melqin
7+
author: mikhailalmeida
8+
ms.author: mialmei
99
ms.reviewer: mikeray
1010
ms.date: 04/05/2022
1111
ms.topic: how-to

0 commit comments

Comments
 (0)