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: articles/storage/file-sync/file-sync-managed-identities.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ To enable a system-assigned managed identity on a registered server that has the
75
75
# [Portal](#tab/azure-portal)
76
76
To check if your registered servers have a system-assigned managed identity, perform the following steps using the portal:
77
77
78
-
Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
78
+
1. Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
79
79
80
-
In the Registered Servers section, click the **Ready to use Managed ID** tile. This tile displays a list of servers that have a system-assigned managed identity. If your server is not listed, perform the steps to [Enable a system-assigned managed identity on your registered servers]( #enable-a-system-assigned-managed-identity-on-your-registered-servers).
80
+
2. In the Registered Servers section, click the **Ready to use Managed ID** tile. This tile displays a list of servers that have a system-assigned managed identity. If your server is not listed, perform the steps to [Enable a system-assigned managed identity on your registered servers]( #enable-a-system-assigned-managed-identity-on-your-registered-servers).
81
81
82
82
# [PowerShell](#tab/azure-powershell)
83
83
To check if your registered servers have a system-assigned managed identity, run the following PowerShell command:
@@ -99,9 +99,9 @@ If the value for the **ActiveAuthType** property is **Certificate** and the **La
99
99
100
100
To configure the Storage Sync Service and registered servers to use system-assigned managed identities, perform the following steps in the portal:
101
101
102
-
Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
102
+
1.Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
103
103
104
-
Click “”Turn on Managed identity” to begin setup.
104
+
2.Click **Turn on Managed identity** to begin setup.
105
105
106
106
The following steps are performed and will take several minutes (or longer for large topologies) to complete:
107
107
@@ -118,7 +118,6 @@ The following steps are performed and will take several minutes (or longer for l
118
118
- Configures registered server(s) to use system-assigned managed identity.
119
119
120
120
> [!NOTE]
121
-
122
121
> Once the registered server(s) are configured to use a system-assigned managed identity, it can take up to one hour before the server uses the system-assigned managed identity to authenticate to the Storage Sync Service and file shares.
123
122
124
123
@@ -150,9 +149,9 @@ Use the **Set-AzStorageSyncServiceIdentity** cmdlet anytime you need to configur
150
149
151
150
To check if the Storage Sync Service is using a system-assigned managed identity, perform the following steps in the portal:
152
151
153
-
Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
152
+
1.Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
154
153
155
-
In the Registered Servers section, if you have at least one server listed in the **Using Managed ID” tile, your service is configured to use managed identities.
154
+
2.In the Registered Servers section, if you have at least one server listed in the **Using Managed ID** tile, your service is configured to use managed identities.
156
155
157
156
# [PowerShell](#tab/azure-powershell)
158
157
To check if the Storage Sync Service is using a system-assigned managed identity, run the following command from an elevated PowerShell window:
@@ -169,9 +168,9 @@ Verify the value for the **UseIdentity** property is **True**. If the value is *
169
168
170
169
To check if a registered server is configured to use a system-assigned managed identity, perform the following steps in the portal:
171
170
172
-
Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
171
+
1.Go to your **Storage Sync Service** in the Azure portal, expand **Settings** and select **Managed identity (preview)**.
173
172
174
-
In the **Registered Servers** section, click the **Using Managed ID** tile and verify the server is listed.
173
+
2.In the Registered Servers section, click the **Using Managed ID** tile and verify the server is listed.
175
174
176
175
# [PowerShell](#tab/azure-powershell)
177
176
To check if a registered server is configured to use a system-assigned managed identity, run the following command from an elevated PowerShell window:
0 commit comments