You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/passwordless/migration-guide/assign-managed-identity-roles-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
2
2
3
3
### [Service Connector](#tab/service-connector)
4
4
@@ -10,7 +10,7 @@ The following compute services are currently supported:
10
10
* Azure Spring Cloud
11
11
* Azure Container Apps (preview)
12
12
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.
14
14
15
15
> [!NOTE]
16
16
> 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
32
32
1. Leave the default values selected, and then choose **Next: Review + Create**.
33
33
1. After Azure validates your settings, select **Create**.
34
34
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.
36
36
37
-
### [Azure Portal](#tab/app-service)
37
+
### [Azure portal](#tab/app-service)
38
38
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.
40
40
41
41
1. On the overview page of your storage account, select **Access control (IAM)**.
42
42
1. Select **+ Add** at the top of the page and then choose **Add role assignment** from the drop down menu.
Copy file name to clipboardExpand all lines: includes/passwordless/migration-guide/service-connector-commands.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
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. You can learn more about Service Connector and which scenarios are supported on the [overview page](../../../articles/service-connector/overview.md).
2
2
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.
4
4
5
5
```azurecli
6
6
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
0 commit comments