Skip to content

Commit e8d6475

Browse files
authored
Update bicep.md
1 parent 7388b64 commit e8d6475

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="42":::

0 commit comments

Comments
 (0)