Skip to content

Commit 587799f

Browse files
authored
Merge pull request #280540 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 41725d7 + 61fafa0 commit 587799f

File tree

7 files changed

+20
-11
lines changed

7 files changed

+20
-11
lines changed

articles/ai-services/speech-service/how-to-configure-azure-ad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The token context must be set to "https://cognitiveservices.azure.com/.default".
103103
::: zone-end
104104

105105
::: zone pivot="programming-language-python"
106-
To get a Microsoft Entra access token in Java, use the [Azure Identity Client Library](/python/api/overview/azure/identity-readme).
106+
To get a Microsoft Entra access token in Python, use the [Azure Identity Client Library](/python/api/overview/azure/identity-readme).
107107

108108
Here's an example of using Azure Identity to get a Microsoft Entra access token from an interactive browser:
109109
```Python

articles/analysis-services/analysis-services-network-faq.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ sections:
4242
I have a source database behind a firewall. How can I configure the firewall to allow my Analysis Services server to access it?
4343
answer: |
4444
Azure Analysis Services does not use fixed IP addresses or Service Tags. The range of IP addresses your Analysis Services servers use can be anything in the range of IP addresses for the *Azure region*. You have to provide the *full range* of IP addresses for the Azure region of your server in the source database firewall rules. Another, and possibly more secure, alternative is to configure an On-premises Data Gateway. You can then configure your Analysis Services servers with the [AlwaysUseGateway server property](analysis-services-vnet-gateway.md#configure-alwaysusegateway-property), and then ensure the On-premises Data Gateway has an IP address allowed by the firewall rules of the data source.
45+
46+
- name: Consumer email accounts
47+
questions:
48+
- question: |
49+
Can I invite consumer email accounts (outlook.com and gmail.com) to the tenant and give permissions to access Azure Analysis Services?
50+
answer: |
51+
Yes, Azure Analysis Services supports B2C accounts (consumer email accounts who are invited into the Server tenant). However there are limitations with such accounts, for example Single Sign-On from Power BI service Live Connect reports may not be supported for some providers of consumer email accounts.
4552
4653
- name: Azure apps with IP address
4754
questions:

articles/container-apps/azure-arc-create-container-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Next, add the required Azure CLI extensions.
3535
3636
```azurecli-interactive
3737
az extension add --upgrade --yes --name customlocation
38-
az extension remove --name containerapp
39-
az extension add -s https://aka.ms/acaarccli/containerapp-latest-py2.py3-none-any.whl --yes
38+
az extension add --name containerapp --upgrade --yes
4039
```
4140

4241
## Create a resource group

articles/container-apps/azure-arc-enable-cluster.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ Install the following Azure CLI extensions.
4444
# [Azure CLI](#tab/azure-cli)
4545

4646
```azurecli-interactive
47-
az extension add --name connectedk8s --upgrade --yes
47+
az extension add --name connectedk8s --upgrade --yes
4848
az extension add --name k8s-extension --upgrade --yes
4949
az extension add --name customlocation --upgrade --yes
50-
az extension remove --name containerapp
51-
az extension add --source https://aka.ms/acaarccli/containerapp-latest-py2.py3-none-any.whl --yes
50+
az extension add --name containerapp --upgrade --yes
5251
```
5352

5453
# [PowerShell](#tab/azure-powershell)
@@ -57,8 +56,7 @@ az extension add --source https://aka.ms/acaarccli/containerapp-latest-py2.py3-n
5756
az extension add --name connectedk8s --upgrade --yes
5857
az extension add --name k8s-extension --upgrade --yes
5958
az extension add --name customlocation --upgrade --yes
60-
az extension remove --name containerapp
61-
az extension add --source https://aka.ms/acaarccli/containerapp-latest-py2.py3-none-any.whl --yes
59+
az extension add --name containerapp --upgrade --yes
6260
```
6361

6462
---

articles/cosmos-db/mongodb/vcore/vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To create a vector index using the IVF (Inverted File) algorithm, use the follow
125125
| `dimensions` | integer | Number of dimensions for vector similarity. The maximum number of supported dimensions is `2000`. |
126126

127127
> [!IMPORTANT]
128-
> Setting the _numLists_ parameter correctly is important for acheiving good accuracy and performance. We recommend that `numLists` is set to `documentCount/1000` for up to 1 million documents and to `sqrt(documentCount)` for more than 1 million documents.
128+
> Setting the _numLists_ parameter correctly is important for achieving good accuracy and performance. We recommend that `numLists` is set to `documentCount/1000` for up to 1 million documents and to `sqrt(documentCount)` for more than 1 million documents.
129129
>
130130
> As the number of items in your database grows, you should tune _numLists_ to be larger in order to achieve good latency performance for vector search.
131131
>

articles/machine-learning/how-to-access-azureml-behind-firewall.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,7 @@ __Docker images maintained by Azure Machine Learning__
453453
| Microsoft Container Registry | mcr.microsoft.com</br>\*.data.mcr.microsoft.com | TCP | 443 |
454454

455455
> [!TIP]
456-
> * __Azure Container Registry__ is required for any custom Docker image. This includes small modifications (such as additional packages) to base images provided by Microsoft. It is also required by the internal training job submission process of Azure Machine Learning.
457-
> * __Microsoft Container Registry__ is only needed if you plan on using the _default Docker images provided by Microsoft_, and _enabling user-managed dependencies_.
456+
> * __Azure Container Registry__ is required for any custom Docker image. This includes small modifications (such as additional packages) to base images provided by Microsoft. It is also required by the internal training job submission process of Azure Machine Learning. Furthermore, __Microsoft Container Registry__ is always needed regardless of the scenario.
458457
> * If you plan on using federated identity, follow the [Best practices for securing Active Directory Federation Services](/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs) article.
459458
460459
Also, use the information in the [compute with public IP](#scenario-using-compute-cluster-or-compute-instance-with-a-public-ip) section to add IP addresses for `BatchNodeManagement` and `AzureMachineLearning`.

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ When you select on the endpoints to interact when your job, you're taken to the
238238

239239
- You can also interact with the job container within VS Code. To attach a debugger to a job during job submission and pause execution, [navigate here](./how-to-interactive-jobs.md#attach-a-debugger-to-a-job).
240240

241+
> [!NOTE]
242+
> Private link-enabled workspaces are not currently supported when interacting with the job container with VS Code.
243+
241244
:::image type="content" source="./media/interactive-jobs/vs-code-open.png" alt-text="Screenshot of interactive jobs VS Code panel when first opened. This shows the sample python file that was created to print two lines.":::
242245

243246
- If you have logged tensorflow events for your job, you can use TensorBoard to monitor the metrics when your job is running.
@@ -252,6 +255,9 @@ Once you're done with the interactive training, you can also go to the job detai
252255
## Attach a debugger to a job
253256
To submit a job with a debugger attached and the execution paused, you can use debugpy, and VS Code (`debugpy` must be installed in your job environment).
254257

258+
> [!NOTE]
259+
> Private link-enabled workspaces are not currently supported when attaching a debugger to a job in VS Code.
260+
255261
1. During job submission (either through the UI, the CLI or the SDK) use the debugpy command to run your python script. For example, the below screenshot shows a sample command that uses debugpy to attach the debugger for a tensorflow script (`tfevents.py` can be replaced with the name of your training script).
256262

257263
:::image type="content" source="./media/interactive-jobs/use-debugpy.png" alt-text="Screenshot of interactive jobs configuration of debugpy":::

0 commit comments

Comments
 (0)