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/azure-relay/includes/trusted-services.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,84 @@ The other trusted services for Azure Relay can be found below:
26
26
- Azure IoT Central
27
27
- Azure Healthcare Data Services
28
28
- Azure Digital Twins
29
+
30
+
>[!NOTE]
31
+
> In the **2021-11-01** version or newer of the Microsoft Relay SDK, the **"trustedServiceAccessEnabled"** property is available in the **Microsoft.Relay/namespaces/networkRuleSets** properties to enable Trusted Service Access.
32
+
>
33
+
> To allow trusted services in Azure Resource Manager templates, include this property in your template:
34
+
> ```json
35
+
> "trustedServiceAccessEnabled": "True"
36
+
> ```
37
+
38
+
For example, based on the ARM template provided above, we can modify it to include this Network Rule Set property for the enablement of Trusted Services:
0 commit comments