Skip to content

Commit c0bd6a5

Browse files
authored
Merge pull request #2724 from MicrosoftDocs/main
02/04/2025 AM Publishing
2 parents 4be3b47 + f826899 commit c0bd6a5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

articles/ai-services/openai/azure-government.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ recommendations: false
1212

1313
# Azure OpenAI Service and features in Azure Government
1414

15-
This article highlights the differences when using Azure OpenAI in Azure Government as compared to the commercial cloud offering. If not specified, the Azure OpenAI model or feature should be assumed to be not available in the Azure Government environment. Learn more about the Azure OpenAI Service itself in [Azure OpenAI Service documentation](/azure/ai-services/openai/).
15+
This article highlights the differences when using Azure OpenAI in Azure Government as compared to the commercial cloud offering. Learn more about the Azure OpenAI Service itself in [Azure OpenAI Service documentation](/azure/ai-services/openai/).
1616
<br><br>
1717

1818
## Azure OpenAI models
1919

2020
Learn more about the different capabilities of each model in [Azure OpenAI Service models](./concepts/models.md). For customers with [Business Continuity and Disaster Recovery (BCDR) considerations](./how-to/business-continuity-disaster-recovery.md), take careful note of the deployment types, regions, and model availability as not all model/type combinations are available in both regions.
2121

22-
The following sections show model availability by region and deployment type. Models and versions not listed are not currently available in Azure Government.
22+
The following sections show model availability by region and deployment type. Models and versions not listed are not currently available in Azure Government. For general limits, quotas, and other details refer to [Azure OpenAI Service quotas and limits](/azure/ai-services/openai/quotas-limits/).
2323

2424
<br>
2525

articles/ai-studio/how-to/configure-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ If your storage account is private (uses a private endpoint to communicate with
272272
| `Storage Blob Data Contributor` | Azure AI Search | Storage Account | Read blob and write knowledge store | [Search doc](/azure/search/search-howto-managed-identities-data-sources). |
273273

274274
> [!TIP]
275-
> Your storage account may have multiple private endpoints. You need to assign the `Reader` role to each private endpoint.
275+
> Your storage account may have multiple private endpoints. You need to assign the `Reader` role to each private endpoint for your Azure AI Foundry project managed identity.
276276
277277
1. Assign the `Storage Blob Data reader` role to your developers. This role allows them to read data from the storage account.
278278

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you submit an Azure Machine Learning training job that has source files fro
3030

3131
Azure Machine Learning provides a shared file system for all users in a workspace. The best way to clone a Git repository into this file share is to create a compute instance and [open a terminal](./how-to-access-terminal.md). In the terminal, you have access to a full Git client and can clone and work with Git by using the Git CLI. For more information, see [Git CLI](https://git-scm.com/docs/gitcli).
3232

33-
You can clone any Git repository you can authenticate to, such as a GitHub, Azure Repos, or BitBucket repo. It's best to clone the repository into your user directory, so that other users don't collide directly on your working branch.
33+
You can clone any Git repository you can authenticate to, such as a GitHub, Azure Repos, or Bitbucket repo. It's best to clone the repository into your user directory, so that other users don't collide directly on your working branch.
3434

3535
There are some differences between cloning to the local file system of the compute instance or cloning to the shared file system, mounted as the *~/cloudfiles/code/* directory. In general, cloning to the local file system provides better performance than cloning to the mounted file system. However, if you delete and recreate the compute instance, the local file system is lost, while the mounted shared file system is kept.
3636

@@ -87,7 +87,7 @@ Add the SSH key to your Git account by using the following instructions, dependi
8787
- [GitHub](https://docs.github.com/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account)
8888
- [GitLab](https://docs.gitlab.com/ee/user/ssh.html#add-an-ssh-key-to-your-gitlab-account)
8989
- [Azure DevOps](/azure/devops/repos/git/use-ssh-keys-to-authenticate#step-2-add-the-public-key-to-azure-devops)
90-
- [BitBucket](https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/)
90+
- [Bitbucket](https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/)
9191

9292
### Clone the Git repository with SSH
9393

articles/search/search-sku-tier.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Currently, several regions are capacity-constrained for specific tiers and can't
6262
| France Central | Basic, S1| Sweden Central, Switzerland North|
6363
| North Europe | All tiers | Sweden Central, Switzerland North|
6464
| West Europe | All tiers | Sweden Central, Switzerland North|
65-
| US Gov Virginia | All tiers | US Gov Arizona |
6665

6766
## Feature availability by tier
6867

0 commit comments

Comments
 (0)