Skip to content

Commit bdca7d7

Browse files
authored
Update inference.md
1 parent 1606b2b commit bdca7d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/ai-foundry/model-inference/how-to/inference.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ For a chat model, you can create a request as follows:
4848

4949
If you specify a model name that doesn't match any given model deployment, you get an error that the model doesn't exist. You can control which models are available for users by creating model deployments as explained at [add and configure model deployments](create-model-deployments.md).
5050

51+
## Key-less authentication
52+
53+
Models deployed to Azure AI model inference in Azure AI Services support key-less authorization using Microsoft Entra ID. Key-less authorization enhances security, simplifies the user experience, reduces operational complexity, and provides robust compliance support for modern development. It makes it a strong choice for organizations adopting secure and scalable identity management solutions.
54+
55+
To use key-less authentication, [configure your resource and grant access to users](configure-entra-id.md) to perform inference. Once configured, then you can authenticate as follows:
56+
57+
[!INCLUDE [code-create-chat-client-entra](../includes/code-create-chat-client-entra.md)]
58+
5159
## Limitations
5260

5361
* Azure OpenAI Batch can't be used with the Azure AI model inference endpoint. You have to use the dedicated deployment URL as explained at [Batch API support in Azure OpenAI documentation](../../../ai-services/openai/how-to/batch.md#api-support).
@@ -56,4 +64,4 @@ If you specify a model name that doesn't match any given model deployment, you g
5664
## Next steps
5765

5866
* [Use embedding models](use-embeddings.md)
59-
* [Use chat completion models](use-chat-completions.md)
67+
* [Use chat completion models](use-chat-completions.md)

0 commit comments

Comments
 (0)