Skip to content

Commit f92267e

Browse files
Update device-update-control-access.md
1 parent 0061aeb commit f92267e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

articles/iot-hub-device-update/device-update-control-access.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,21 @@ $Scope = 'https://api.adu.microsoft.com/.default'
112112
Get-MsalToken -ClientId $clientId -TenantId $tenantId -Authority $authority -Scopes $Scope -ClientCertificate $cert
113113
```
114114

115-
## Next steps
115+
## Support for managed identities
116116

117-
[Create device update resources and configure access control roles](create-device-update-account.md)
117+
Managed identities provide Azure services with an automatically managed identity in Azure AD in a secure manner. This eliminates the needs for developers having to manage credentials by providing an identity. Device Update for IoT Hub supports system-assigned managed identities.
118+
119+
### System-assigned managed identity
120+
121+
To add and remove a system-assigned managed identity in Azure portal:
122+
1. Sign in to the Azure portal and navigate to your desired Device Update for IoT Hub account.
123+
2. Navigate to Identity in your Device Update for IoT Hub portal
124+
3. Navigate to Identity in your IoT Hub portal
125+
4. Under System-assigned tab, select On and click Save.
126+
127+
To remove system-assigned managed identity from an Device Update for IoT hub account, select Off and click Save.
128+
129+
130+
131+
## Next Steps
132+
* [Create device update resources and configure access control roles](./create-device-update-account.md)

0 commit comments

Comments
 (0)