Skip to content

Commit 8a86fe4

Browse files
authored
Merge pull request #283696 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 31ecc61 + a848253 commit 8a86fe4

File tree

8 files changed

+15
-29
lines changed

8 files changed

+15
-29
lines changed

articles/ai-services/content-safety/how-to/encrypt-data-at-rest.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ Azure AI Content Safety automatically encrypts your data when it's persisted to
2020

2121
Azure AI Content Safety is part of Azure AI services. Azure AI services data is encrypted and decrypted using [FIPS 140-2](https://en.wikipedia.org/wiki/FIPS_140-2) compliant [256-bit AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) encryption. Encryption and decryption are transparent, meaning encryption and access are managed for you. Your data is secure by default and you don't need to modify your code or applications to take advantage of encryption.
2222

23-
2423
## About encryption key management
2524

2625
By default, your subscription uses Microsoft-managed encryption keys. There's also the option to manage your subscription with your own keys called customer-managed keys (CMK). CMK offers greater flexibility to create, rotate, disable, and revoke access controls. You can also audit the encryption keys used to protect your data.
2726

28-
> [!IMPORTANT]
29-
> For blocklist names, only MMK encryption is applied by default. Using CMK or not will not change this behavior. All the other data will use either MMK or CMK depending on what you've selected.
30-
3127
## Customer-managed keys with Azure Key Vault
3228

3329
Customer-managed keys (CMK), also known as Bring your own key (BYOK), offer greater flexibility to create, rotate, disable, and revoke access controls. You can also audit the encryption keys used to protect your data.

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: ssalgadodev
1818

1919
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
2020

21-
The model catalog in Azure AI studio is the hub to discover and use a wide range of models that enable you to build Generative AI applications. The model catalog features hundreds of models across model providers such as Azure OpenAI service, Mistral, Meta, Cohere, Nvidia, Hugging Face, including models trained by Microsoft. Models from providers other than Microsoft are Non-Microsoft Products, as defined in [Microsoft's Product Terms](https://www.microsoft.com/licensing/terms/welcome/welcomepage), and subject to the terms provided with the model.
21+
The model catalog in Azure AI studio is the hub to discover and use a wide range of models that enable you to build Generative AI applications. The model catalog features hundreds of models across model providers such as Azure OpenAI Service, Mistral, Meta, Cohere, Nvidia, Hugging Face, including models trained by Microsoft. Models from providers other than Microsoft are Non-Microsoft Products, as defined in [Microsoft's Product Terms](https://www.microsoft.com/licensing/terms/welcome/welcomepage), and subject to the terms provided with the model.
2222

2323
## Model Collections
2424

articles/api-management/azure-openai-api-from-specification.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ This article shows two options to import an [Azure OpenAI Service](/azure/ai-ser
2222
## Prerequisites
2323

2424
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
25-
- Access granted to Azure OpenAI in the desired Azure subscription.
26-
You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access. Open an issue on this repo to contact us if you have an issue.
2725
- An Azure OpenAI resource with a model deployed. For more information about model deployment, see the [resource deployment guide](../ai-services/openai/how-to/create-resource.md).
2826

2927
Make a note of the ID (name) of the deployment. You'll need it when you test the imported API in API Management.
3028
- Permissions to grant access to the Azure OpenAI resource from the API Management instance.
3129

3230
## Option 1. Import API from Azure OpenAI Service
3331

34-
You can import an Azure OpenAI API directly to API Management from the Azure OpenAI Service.
32+
You can import an Azure OpenAI API directly from Azure OpenAI Service to API Management.
3533

3634
[!INCLUDE [api-management-workspace-availability](../../includes/api-management-workspace-availability.md)]
3735

articles/azure-monitor/vm/vminsights-dependency-agent-maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can download the latest version of the Linux agent from [here](https://aka.m
7575
2. Run the following command as root.
7676
7777
```bash
78-
InstallDependencyAgent-Linux64.bin -s
78+
./InstallDependencyAgent-Linux64.bin -s
7979
```
8080
8181
If the Dependency agent fails to start, check the logs for detailed error information. On Linux agents, the log directory is */var/opt/microsoft/dependency-agent/log*.

articles/backup/backup-azure-arm-vms-prepare.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ To apply a backup policy to your Azure VMs, follow these steps:
9191
!["Select virtual machines" pane](./media/backup-azure-arm-vms-prepare/select-vms-to-backup.png)
9292

9393
>[!NOTE]
94-
> All the VMs in the same region and subscription as that of the vault are available to configure backup. When configuring backup, you can browse to the virtual machine name and its resource group, even though you don’t have the required permission on those VMs. If your VM is in soft deleted state, then it won't be visible in this list. If you need to re-protect the VM, then you need to wait for the soft delete period to expire or undelete the VM from the soft deleted list. For more information, see [the soft delete for VMs article](soft-delete-virtual-machines.md#soft-delete-for-vms-using-azure-portal).
94+
>- All the VMs in the same region and subscription as that of the vault are available to configure backup. When configuring backup, you can browse to the virtual machine name and its resource group, even though you don’t have the required permission on those VMs. If your VM is in soft deleted state, then it won't be visible in this list. If you need to re-protect the VM, then you need to wait for the soft delete period to expire or undelete the VM from the soft deleted list. For more information, see [the soft delete for VMs article](soft-delete-virtual-machines.md#soft-delete-for-vms-using-azure-portal).
95+
>- To change Recovery Services vault of a VM, firstly you need to stop the backup then you can assign a new vault to the VM.
9596
9697
1. In **Backup**, select **Enable backup**. This deploys the policy to the vault and to the VMs, and installs the backup extension on the VM agent running on the Azure VM.
9798

articles/backup/backup-azure-delete-vault.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ To delete a vault, follow these steps:
6565
:::image type="content" source="./media/backup-azure-delete-vault/delete-items-in-soft-delete-state-inline.png" alt-text="Screenshot showing the process to delete items in soft-delete state." lightbox="./media/backup-azure-delete-vault/delete-items-in-soft-delete-state-expanded.png":::
6666

6767
1. Go to the vault dashboard menu -> **Backup Items**. Click **Stop Backup** to stop the backups of all listed items, and then click **Delete Backup Data** to delete. [Follow these steps](#delete-protected-items-in-the-cloud) to remove those items.
68+
69+
>[!Note]
70+
> You don't need to delete Virtual Machine or policy, you only need to stop backup to the vault.
6871
6972
- <a id="portal-delete-backup-servers">**Step 5:**</a> Delete Backup Servers
7073

articles/expressroute/provider-rate-limit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article discusses how rate limiting works for ExpressRoute circuits created
1616

1717
## How does rate limiting work over an ExpressRoute circuit?
1818

19-
An ExpressRoute circuit consists of two links that connects the Customer or Provider edge to the Microsoft Enterprise Edge (MSEE) routers. With a circuit bandwidth of 1 Gbps and traffic distributed evenly across both links, a maximum throughput of 2 Gbps (twice the 1 Gbps) can be achieved. However, rate limiting will restricts your throughput to the configured bandwidth if it is exceeded on either link. It is important to note that the excess 1 Gbps in this example serves as redundancy to prevent service disruptions during any link or device maintenance periods.
19+
An ExpressRoute circuit consists of two links that connects the Customer or Provider edge to the Microsoft Enterprise Edge (MSEE) routers. With a circuit bandwidth of 1 Gbps and traffic distributed evenly across both links, a maximum throughput of 2 Gbps (twice the 1 Gbps) can be achieved. However, rate limiting will restrict your throughput to the configured bandwidth if it is exceeded on either link. It is important to note that the excess 1 Gbps in this example serves as redundancy to prevent service disruptions during any link or device maintenance periods.
2020

2121
:::image type="content" source="./media/provider-rate-limit/circuit.png" alt-text="Diagram of rate limiting on an ExpressRoute circuit over provider ports.":::
2222

@@ -38,7 +38,7 @@ You can seamlessly increase your circuit bandwidth through the Azure portal. For
3838

3939
## What are the causes of traffic drop when the throughput is below the configured bandwidth?
4040

41-
ExpressRoute circuit throughput is monitored at an aggregate level of every few minutes, while the rate limiting is enforced at a granular level in milliseconds. Therefore, occasional traffic bursts exceeding the configured bandwidth might not get detected by the throughput monitoring. However, the rate limiting is still be enforced and traffic gets dropped.
41+
ExpressRoute circuit throughput is monitored at an aggregate level of every few minutes, while the rate limiting is enforced at a granular level in milliseconds. Therefore, occasional traffic bursts exceeding the configured bandwidth might not get detected by the throughput monitoring. However, the rate limiting is still being enforced and traffic gets dropped.
4242

4343
## Next steps
4444

articles/machine-learning/how-to-connection.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ The following example creates a Python feed connection. A Personal Access Token
440440

441441
```python
442442
from azure.ai.ml.entities import WorkspaceConnection
443-
from azure.ai.ml.entities import UsernamePasswordConfiguration, ManagedIdentityConfiguration
443+
from azure.ai.ml.entities import UsernamePasswordConfiguration, PatTokenConfiguration
444444

445445

446446
name = "my_pfeed_conn"
@@ -465,24 +465,12 @@ You can't create a Python feed connection in studio.
465465

466466
---
467467

468-
### Azure Container Registry
468+
### Container Registry
469469

470470
# [Azure CLI](#tab/cli)
471471

472472
Create a connection to an Azure Container Registry with one of following YAML files. Be sure to update the appropriate values:
473473

474-
* Connect using Microsoft Entra ID authentication:
475-
476-
```yml
477-
name: test_ws_conn_cr_managed
478-
type: container_registry
479-
target: https://test-feed.com
480-
credentials:
481-
type: managed_identity
482-
client_id: client_id
483-
resource_id: resource_id
484-
```
485-
486474
* Connect using a username and password:
487475

488476
```yml
@@ -507,7 +495,7 @@ The following example creates an Azure Container Registry connection. A managed
507495

508496
```python
509497
from azure.ai.ml.entities import WorkspaceConnection
510-
from azure.ai.ml.entities import UsernamePasswordConfiguration, PatTokenConfiguration
498+
from azure.ai.ml.entities import UsernamePasswordConfiguration
511499

512500

513501
name = "my_acr_conn"
@@ -518,7 +506,7 @@ wps_connection = WorkspaceConnection(
518506
name=name,
519507
type="container_registry",
520508
target=target,
521-
credentials=ManagedIdentityConfiguration (client_id="xxxxx", resource_id="xxxxx"),
509+
credentials=UsernamePasswordConfiguration(username="xxxxx", password="xxxxx"),
522510
)
523511
ml_client.connections.create_or_update(workspace_connection=wps_connection)
524512
```
@@ -556,4 +544,4 @@ ml_client.connections.create_or_update(workspace_connection=wps_connection)
556544
If you use a data connection (Snowflake DB, Amazon S3, or Azure SQL DB), these articles offer more information:
557545

558546
- [Import data assets](how-to-import-data-assets.md)
559-
- [Schedule data import jobs](how-to-schedule-data-import.md)
547+
- [Schedule data import jobs](how-to-schedule-data-import.md)

0 commit comments

Comments
 (0)