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
***Microsoft Entra ID/App With Certificate (referenced by issuer and subject name)**
@@ -119,12 +119,12 @@ The following documentation illustrates how to use URI-style references for acce
119
119
# Certificate Subject = CN=any.domain.com
120
120
121
121
# Reference certificate by issuer and subject
122
-
--eventHub="sb://any.servicebus.windows.net?cid=08331e3b-1458-4de2-b1d6-7007bc7221d5&tid=573b5dBbe-c477-4a10-8986-a7fe10e2d79B&crti=CN=ABC CA 01, DC=ABC, DC=COM&crts=CN=any.domain.com"
122
+
--event-hub="sb://any.servicebus.windows.net?cid=08331e3b-1458-4de2-b1d6-7007bc7221d5&tid=573b5dBbe-c477-4a10-8986-a7fe10e2d79B&crti=CN=ABC CA 01, DC=ABC, DC=COM&crts=CN=any.domain.com"
123
123
124
124
# Reference parts of the certificate issuer and subject (e.g. COM, ABC, ABC CA 01).
--eventHub="sb://any.servicebus.windows.net?cid=08331e3b-1458-4de2-b1d6-7007bc7221d5&tid=573b5dBbe-c477-4a10-8986-a7fe10e2d79B&crti=ABC CA 01&crts=any.domain.com"
--event-hub="sb://any.servicebus.windows.net?cid=08331e3b-1458-4de2-b1d6-7007bc7221d5&tid=573b5dBbe-c477-4a10-8986-a7fe10e2d79B&crti=ABC CA 01&crts=any.domain.com"
128
128
```
129
129
130
130
***Microsoft Azure Managed Identity**
@@ -170,7 +170,7 @@ The following documentation illustrates how to use connection string-style refer
--eventhub="EndpointUrl=sb://any.servicebus.windows.net;ClientId=08331e3b-1458-4de2-b1d6-7007bc7221d5;TenantId=573b5dBbe-c477-4a10-8986-a7fe10e2d79B;CertificateIssuer=ABC CA 01;CertificateSubject=any.domain.com"
--event-hub="EndpointUrl=sb://any.servicebus.windows.net;ClientId=08331e3b-1458-4de2-b1d6-7007bc7221d5;TenantId=573b5dBbe-c477-4a10-8986-a7fe10e2d79B;CertificateIssuer=ABC CA 01;CertificateSubject=any.domain.com"
212
212
```
213
213
214
214
***Microsoft Azure Managed Identity**
@@ -226,7 +226,7 @@ The following documentation illustrates how to use connection string-style refer
226
226
# Given a Microsoft Azure Managed Identity with the following properties:
227
227
# Managed Identity ID = 6d3c5db8-e14b-44b7-9887-d168b5f659f6
0 commit comments