Skip to content

Commit 2a0f32c

Browse files
Apply suggestions from code review
Co-authored-by: Scott Addie <[email protected]>
1 parent 8f4adb8 commit 2a0f32c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

includes/passwordless/migration-guide/assign-managed-identity-roles-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The following steps demonstrate how to create a user-assigned managed identity for various web hosting services. The managed identity can securely connect to other Azure Services using the app configurations you set up previously.
1+
The following steps demonstrate how to create a user-assigned managed identity for various web hosting services. The managed identity can securely connect to other Azure services using the app configurations you set up previously.
22

33
### [Service Connector](#tab/service-connector)
44

@@ -10,7 +10,7 @@ The following compute services are currently supported:
1010
* Azure Spring Cloud
1111
* Azure Container Apps (preview)
1212

13-
For this migration guide you'll use App Service, but the steps are similar on Azure Spring Apps and Azure Container Apps.
13+
For this migration guide, you'll use App Service. The steps are similar on Azure Spring Apps and Azure Container Apps.
1414

1515
> [!NOTE]
1616
> Azure Spring Apps currently only supports Service Connector using connection strings.
@@ -32,11 +32,11 @@ For this migration guide you'll use App Service, but the steps are similar on Az
3232
1. Leave the default values selected, and then choose **Next: Review + Create**.
3333
1. After Azure validates your settings, select **Create**.
3434

35-
The Service Connector will automatically assign the managed identity a **Azure Service Bus Data Owner** role for the service bus you selected.
35+
The Service Connector will automatically assign the managed identity an **Azure Service Bus Data Owner** role for the service bus you selected.
3636

37-
### [Azure Portal](#tab/app-service)
37+
### [Azure portal](#tab/app-service)
3838

39-
You can assign the correct roles to your user-assigned identity through the storage account settings pages.
39+
You can assign the correct roles to your user-assigned managed identity through the storage account settings pages.
4040

4141
1. On the overview page of your storage account, select **Access control (IAM)**.
4242
1. Select **+ Add** at the top of the page and then choose **Add role assignment** from the drop down menu.

includes/passwordless/migration-guide/service-connector-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
You can use Service Connector to create a connection between an Azure compute hosting environment and a target service using the Azure CLI. The service connector CLI commands automatically assign the proper role to your identity.
22

3-
1. Retrieve the client-id of the managed identity you created using the `az identity show` command. Copy the value for later use.
3+
1. Retrieve the client ID of the managed identity you created using the `az identity show` command. Copy the value for later use.
44

55
```azurecli
66
az identity show --name MigrationIdentity --resource-group <your-resource-group> --query clientId
@@ -21,7 +21,7 @@ You can use Service Connector to create a connection between an Azure compute ho
2121
--user-identity "client-id=<your-identity-client-id>" "subs-id=<your-subscription-id>"
2222
```
2323
24-
# [Azure Spring](#tab/spring-connector)
24+
# [Azure Spring Apps](#tab/spring-connector)
2525
2626
If you're using Azure Spring Apps, use the [az spring-cloud connection](/cli/azure/spring-cloud/connection/create) command:
2727

0 commit comments

Comments
 (0)