Skip to content

Commit 11c4da3

Browse files
authored
Merge pull request #2400 from MicrosoftDocs/main
1/21/2025 AM Publish
2 parents 0a11550 + 7b44f45 commit 11c4da3

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

articles/ai-services/openai/how-to/stored-completions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
88
ms.custom: references_regions
9-
ms.date: 12/12/2024
9+
ms.date: 01/21/2025
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -29,6 +29,8 @@ Stored completions allow you to capture the conversation history from chat compl
2929
### Regional availability
3030

3131
- Sweden Central
32+
- North Central US
33+
- East US2
3234

3335
## Configure stored completions
3436

articles/ai-studio/ai-services/how-to/quickstart-github-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To obtain the key and endpoint:
4646

4747
1. Once you've signed in to your Azure account, you're taken to [Azure AI Foundry](https://ai.azure.com).
4848

49-
1. At the top of the page, select **Go to your GitHub AI resource** to go to Azure AI Foundry / Github](https://ai.azure.com/github). It might take one or two minutes to load your initial model details in Azure AI Foundry portal.
49+
1. At the top of the page, select **Go to your GitHub AI resource** to go to Azure AI Foundry / GitHub](https://ai.azure.com/github). It might take one or two minutes to load your initial model details in Azure AI Foundry portal.
5050

5151
1. The page is loaded with your model's details. Select the **Create a Deployment** button to deploy the model to your account.
5252

articles/machine-learning/how-to-manage-models.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,6 @@ You can archive all versions or only specific versions of a model. If you don't
517517

518518
# [Azure CLI](#tab/cli)
519519

520-
Archive all versions of a model:
521-
522-
```azurecli
523-
az ml model archive --name run-model-example
524-
```
525-
526520
Archive a specific model version:
527521

528522
```azurecli
@@ -531,12 +525,6 @@ az ml model archive --name run-model-example --version 1
531525

532526
# [Python SDK](#tab/python)
533527

534-
Archive all versions of a model:
535-
536-
```python
537-
ml_client.models.archive(name="run-model-example")
538-
```
539-
540528
Archive a specific model version:
541529

542530
```python

articles/machine-learning/how-to-setup-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: larryfr
88
ms.reviewer: meyetman
99
ms.service: azure-machine-learning
1010
ms.subservice: enterprise-readiness
11-
ms.date: 10/04/2024
11+
ms.date: 01/21/2025
1212
ms.topic: how-to
1313
ms.custom: has-adal-ref, subject-rbac-steps, cliv2, sdkv2
1414
# Customer intent: As a data scientist, I want to learn how to set up authentication for Azure Machine Learning resources and workflows so that I can access the resources I need.
@@ -56,7 +56,7 @@ Once you create the Microsoft Entra accounts, see [Manage access to Azure Machin
5656

5757
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
5858

59-
Interactive authentication uses the [Azure Identity package for Python](/python/api/overview/azure/identity-readme). Most examples use `DefaultAzureCredential` to access your credentials. When a token is needed, it requests one using multiple identities (`EnvironmentCredential`, `ManagedIdentityCredential`, `SharedTokenCacheCredential`, `VisualStudioCodeCredential`, `AzureCliCredential`, `AzurePowerShellCredential`) in turn, stopping when one provides a token. For more information, see the [DefaultAzureCredential](/python/api/azure-identity/azure.identity.defaultazurecredential) class reference.
59+
Interactive authentication uses the [Azure Identity package for Python](/python/api/overview/azure/identity-readme). There are multiple ways to interactively authenticate, however most examples use `DefaultAzureCredential` since it handles most authentication scenarios. The `DefaultAzureCredential` class uses multiple approaches (`EnvironmentCredential`, `ManagedIdentityCredential`, `SharedTokenCacheCredential`, `VisualStudioCodeCredential`, `AzureCliCredential`, `AzurePowerShellCredential`) in turn, stopping when one provides a token. For more information, see the [DefaultAzureCredential](/python/api/azure-identity/azure.identity.defaultazurecredential) class reference.
6060

6161
The following code is an example of using `DefaultAzureCredential` to authenticate. If authentication using `DefaultAzureCredential` fails, a fallback of authenticating through your web browser is used instead.
6262

0 commit comments

Comments
 (0)