Skip to content

Commit f929437

Browse files
authored
Merge pull request #154985 from miagdp/'release-msi-doc'
createmsidoc
2 parents 959fc82 + b7b3702 commit f929437

14 files changed

+291
-216
lines changed

articles/active-directory/managed-identities-azure-resources/services-support-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ Refer to the following list to configure managed identity for Azure Functions (i
231231
Managed identity type | All Generally Available<br>Global Azure Regions | Azure Government | Azure Germany | Azure China 21Vianet |
232232
| --- | :-: | :-: | :-: | :-: |
233233
| System assigned | ![Available][check] | ![Available][check] | Not available | ![Available][check] |
234-
| User assigned | Not available | Not available | Not available | Not available |
234+
| User assigned | ![Available][check] | ![Available][check] | Not available | ![Available][check] |
235235

236236
Refer to the following list to configure managed identity for Azure IoT Hub (in regions where available):
237237

238-
- [Azure portal](../../iot-hub/virtual-network-support.md#turn-on-managed-identity-for-iot-hub)
238+
- For more information, please see [Azure IoT Hub support for managed identities](../../iot-hub/iot-hub-managed-identity.md).
239239

240240
### Azure Import/Export
241241

articles/iot-hub/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
href: tutorial-x509-test-certificate.md
103103
- name: Concepts
104104
items:
105+
- name: Managed identities support
106+
href: iot-hub-managed-identity.md
105107
- name: TLS support
106108
href: iot-hub-tls-support.md
107109
- name: Virtual networks support

articles/iot-hub/iot-hub-bulk-identity-mgmt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ while(true)
8282
```
8383

8484
> [!NOTE]
85-
> If your storage account has firewall configurations that restrict IoT Hub's connectivity, consider using [Microsoft trusted first party exception](./virtual-network-support.md#egress-connectivity-to-storage-account-endpoints-for-routing) (available in select regions for IoT hubs with managed service identity).
85+
> If your storage account has firewall configurations that restrict IoT Hub's connectivity, consider using [Microsoft trusted first party exception](./virtual-network-support.md#egress-connectivity-from-iot-hub-to-other-azure-resources) (available in select regions for IoT hubs with managed service identity).
8686
8787

8888
## Device import/export job limits

articles/iot-hub/iot-hub-devguide-messages-d2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An IoT hub has a default built-in-endpoint (**messages/events**) that is compati
3131

3232
Each message is routed to all endpoints whose routing queries it matches. In other words, a message can be routed to multiple endpoints.
3333

34-
If your custom endpoint has firewall configurations, consider using the Microsoft trusted first party exception, to give your IoT Hub access to the specific endpoint - [Azure Storage](./virtual-network-support.md#egress-connectivity-to-storage-account-endpoints-for-routing), [Azure Event Hubs](./virtual-network-support.md#egress-connectivity-to-event-hubs-endpoints-for-routing) and [Azure Service Bus](./virtual-network-support.md#egress-connectivity-to-service-bus-endpoints-for-routing). This is available in select regions for IoT Hubs with [managed service identity](./virtual-network-support.md).
34+
If your custom endpoint has firewall configurations, consider using the [Microsoft trusted first party exception](./virtual-network-support.md#egress-connectivity-from-iot-hub-to-other-azure-resources)
3535

3636
IoT Hub currently supports the following endpoints:
3737

articles/iot-hub/iot-hub-managed-identity.md

Lines changed: 280 additions & 0 deletions
Large diffs are not rendered by default.
210 KB
Loading
374 KB
Loading
380 KB
Loading
148 KB
Loading
213 KB
Loading

0 commit comments

Comments
 (0)