Skip to content

Commit a528aad

Browse files
Merge pull request #2713 from santiagxf/santiagxf-patch-1
Update bicep.md
2 parents 5b9c440 + 8bed2b3 commit a528aad

File tree

1 file changed

+4
-2
lines changed
  • articles/ai-foundry/model-inference/includes/configure-entra-id

1 file changed

+4
-2
lines changed

articles/ai-foundry/model-inference/includes/configure-entra-id/bicep.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ Once you configured Microsoft Entra ID in your resource, you need to update your
100100
101101
[!INCLUDE [about-credentials](about-credentials.md)]
102102
103+
## Disable key-based authentication in the resource
103104
105+
Disabling key-based authentication is advisable when you implemented Microsoft Entra ID and fully addressed compatibility or fallback concerns in all the applications that consume the service. You can achieve it by changing the property `disableLocalAuth`:
104106
105-
## Disable key-based authentication in the resource
107+
__modules/ai-services-template.bicep__
106108
107-
Disabling key-based authentication is advisable when you implemented Microsoft Entra ID and fully addressed compatibility or fallback concerns in all the applications that consume the service.
109+
:::code language="bicep" source="~/azureai-model-inference-bicep/infra/modules/ai-services-template.bicep" highlight="10-11,42":::

0 commit comments

Comments
 (0)