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
When using a system-assigned managed identity, optionally review or update its authentication configuration by following these steps:
69
+
70
+
1. Select **Advanced** to display more options.
71
+
1. Under **Role**, review the default role selected for your source service or choose another one from the list.
72
+
1. Under **Configuration information**, Service Connector lists a series of configuration settings that will be generated when you create the connection. This list consists of environment variables or application properties. It varies depending on the target resource and authentication method selected. Optionally select the edit button in front of each configuration setting to edit its key.
73
+
1. Select **Done** to confirm.
74
+
75
+
:::image type="content" source="./media/manage-authentication/managed-identity-advanced.png" alt-text="Screenshot of the Azure portal, showing advanced authentication configuration for a system-assigned managed identity.":::
When using a user-assigned managed identity, review or edit its authentication settings by following these steps:
80
+
81
+
1. Under **Subscription**, select the Azure subscription that contains your user-assigned managed identity.
82
+
1. Under **User assigned managed identity**, select the managed identity you want to use.
83
+
84
+
:::image type="content" source="./media/manage-authentication/user-assigned-identity-basic.png" alt-text="Screenshot of the Azure portal, showing basic authentication configuration for a user-assigned managed identity.":::
85
+
86
+
1. Optionally select **Advanced** to display more options.
87
+
1. Under **Role**, review the default role selected for your source service or choose another one from the list.
88
+
1. Under **Configuration information**, Service Connector lists a series of configuration settings that will be generated when you create the connection. This list consists of environment variables or application properties and varies depending on the target resource and authentication method selected. Optionally select the edit button in front of each configuration setting to edit its key.
89
+
1. Select **Done** to confirm.
90
+
91
+
:::image type="content" source="./media/manage-authentication/user-assigned-identity-advanced.png" alt-text="Screenshot of the Azure portal, showing advanced authentication configuration for a user-assigned managed identity.":::
92
+
93
+
## [Connection string](#tab/connection-string)
94
+
95
+
When using a connection string, review or edit its authentication settings by following these steps:
96
+
97
+
1. Optionally select **Store Secret in Key Vault** to save your connection credentials in Azure Key Vault. This option lets you select an existing Key Vault connection from a drop-down list or create a new connection to a new or an existing Key Vault.
98
+
1. Under **Subscription**, select the Azure subscription that contains your user-assigned managed identity.
99
+
1. Under **User assigned managed identity**, select the managed identity you want to use.
100
+
101
+
:::image type="content" source="./media/manage-authentication/connection-string-basic-with-key-vault.png" alt-text="Screenshot of the Azure portal, showing basic authentication configuration to authenticate with a connection-string.":::
102
+
103
+
1. Optionally select **Advanced** to display more options.
104
+
1. Under **Configuration information**, Service Connector lists a series of configuration settings that will be generated when you create the connection. This list consists of environment variables or application properties and varies depending on the target resource and authentication method selected. Optionally select the edit button in front of each configuration setting to edit its key.
105
+
1. Select **Done** to confirm.
106
+
107
+
:::image type="content" source="./media/manage-authentication/connection-string-advanced.png" alt-text="Screenshot of the Azure portal, showing advanced authentication configuration to authenticate with a connection-string.":::
108
+
109
+
## [Service principal](#tab/service-principal)
110
+
111
+
When connecting Azure services using a service principal, review or edit authentication settings by following these steps:
112
+
113
+
1. Choose a service principal by entering an object ID or name and selecting your service principal.
114
+
1. Under **Secret**, enter the secret of the service principal.
115
+
1. Optionally select **Store Secret in Key Vault** to save your connection credentials in Azure Key Vault. This option lets you select an existing Key Vault connection from a drop-down list or create a new connection to a new or an existing Key Vault.
116
+
117
+
:::image type="content" source="./media/manage-authentication/service-principal-basic-with-key-vault.png" alt-text="Screenshot of the Azure portal, showing basic authentication configuration to authenticate with a service principal.":::
118
+
119
+
1. Optionally select **Advanced** to display more options.
120
+
1. Under **Configuration information**, Service Connector lists a series of configuration settings that will be generated when you create the connection. This list consists of environment variables or application properties and varies depending on the target resource and authentication method selected. Optionally select the edit button in front of each configuration setting to edit its key.
121
+
1. Select **Done** to confirm.
122
+
123
+
:::image type="content" source="./media/manage-authentication/service-principal-advanced.png" alt-text="Screenshot of the Azure portal, showing advanced authentication configuration to authenticate with a service principal.":::
124
+
125
+
1. Select **Review + Create** and then **Create** to finalize the creation of the connection.
126
+
127
+
---
128
+
129
+
## Check authentication configuration
130
+
131
+
You can review authentication configuration on the following pages in the Azure portal:
132
+
133
+
- When creating the connection, select the **Review + Create** tab and check the information listed under **Authentication**.
134
+
135
+
:::image type="content" source="./media/manage-authentication/review-authentication.png" alt-text="Screenshot of the Azure portal, showing a summary of connection authentication configuration.":::
136
+
137
+
- After you've created the connection, in the **Service connector** page, configuration keys are listed.
138
+
:::image type="content" source="./media/manage-authentication/review-keys-after-creation.png" alt-text="Screenshot of the Azure portal, showing a summary of authentication configuration keys.":::
66
139
67
-
1. In the Authentication tab, select **Advanced**
68
-
1.
69
-
:::image type="content" source="./media/manage-authentication/managed-identity-advanced.png" alt-text="Screenshot of the Azure portal, selecting Advanced in the Authentication tab.":::
0 commit comments