Skip to content

Commit 6afd36b

Browse files
authored
Merge pull request #2722 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 712fa84 + bde30e9 commit 6afd36b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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)