Skip to content

Commit ab191a9

Browse files
authored
Merge pull request #213002 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 701667f + ed6dc26 commit ab191a9

File tree

10 files changed

+24
-15
lines changed

10 files changed

+24
-15
lines changed

articles/active-directory/develop/apple-sso-plugin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ Common settings:
9090
- `https://sts.windows.net`
9191
- `https://login.partner.microsoftonline.cn`
9292
- `https://login.chinacloudapi.cn`
93-
- `https://login.microsoftonline.de`
9493
- `https://login.microsoftonline.us`
9594
- `https://login.usgovcloudapi.net`
9695
- `https://login-us.microsoftonline.com`

articles/api-management/api-management-advanced-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ This policy can be used in the following policy [sections](./api-management-howt
858858

859859
## <a name="SetHttpProxy"></a> Set HTTP proxy
860860

861-
The `proxy` policy allows you to route requests forwarded to backends via an HTTP proxy. Only HTTP (not HTTPS) is supported between the gateway and the proxy. Basic and NTLM authentication only.
861+
The `proxy` policy allows you to route requests forwarded to backends via an HTTP proxy. Only HTTP (not HTTPS) is supported between the gateway and the proxy. Basic and NTLM authentication only. To route the send-request via HTTP proxy, you must place the set HTTP proxy policy inside the send-request policy block.
862862

863863
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
864864

articles/app-service/configure-connect-to-azure-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This guide shows how to mount Azure Storage Files as a network share in a Window
3737
- Make static content like video and images readily available for your App Service app.
3838
- Write application log files or archive older application log to Azure File shares.
3939
- Share content across multiple apps or with other Azure services.
40-
- Mount Azure Storage in a Windows container in a Standard tier or higher plan, including Isolated ([App Service environment v3](environment/overview.md)).
40+
- Mount Azure Storage in a Windows container, including Isolated ([App Service environment v3](environment/overview.md)).
4141

4242
The following features are supported for Windows containers:
4343

articles/azure-functions/functions-identity-access-azure-sql-with-managed-identity.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ To enable system-assigned managed identity in the Azure portal:
7979
8080
For information on enabling system-assigned managed identity through Azure CLI or PowerShell, check out more information on [using managed identities with Azure Functions](../app-service/overview-managed-identity.md?tabs=dotnet&toc=%2fazure%2fazure-functions%2ftoc.json#add-a-system-assigned-identity).
8181
82+
> [!TIP]
83+
> For user-assigned managed identity, switch to the User Assigned tab. Click Add and select a Managed Identity. For more information on creating user-assigned managed identity, see the [Manage user-assigned managed identities](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md).
84+
8285
8386
## Grant SQL database access to the managed identity
8487
@@ -114,8 +117,11 @@ In the application settings of our Function App the SQL connection string settin
114117
115118
*testdb* is the name of the database we're connecting to and *demo.database.windows.net* is the name of the server we're connecting to.
116119
120+
>[!TIP]
121+
>For user-assigned managed identity, use `Server=demo.database.windows.net; Authentication=Active Directory Managed Identity; User Id=ClientIdOfManagedIdentity; Database=testdb`.
122+
117123
## Next steps
118124
119125
- [Read data from a database (Input binding)](./functions-bindings-azure-sql-input.md)
120126
- [Save data to a database (Output binding)](./functions-bindings-azure-sql-output.md)
121-
- [Review ToDo API sample with Azure SQL bindings](/samples/azure-samples/azure-sql-binding-func-dotnet-todo/todo-backend-dotnet-azure-sql-bindings-azure-functions/)
127+
- [Review ToDo API sample with Azure SQL bindings](/samples/azure-samples/azure-sql-binding-func-dotnet-todo/todo-backend-dotnet-azure-sql-bindings-azure-functions/)

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To use the SDK, you install a small instrumentation package in your app and then
6060

6161
### [.NET](#tab/net)
6262

63-
Integrated Auto-instrumentation is available for [Azure App Service .NET](azure-web-apps-net.md), [Azure App Service .NET Core](azure-web-apps-net-core.md), [Azure Functions](../../azure-functions/functions-monitoring.md#monitor-executions-in-azure-functions), and [Azure Virtual Machines](azure-vm-vmss-apps.md).
63+
Integrated Auto-instrumentation is available for [Azure App Service .NET](azure-web-apps-net.md), [Azure App Service .NET Core](azure-web-apps-net-core.md), [Azure Functions](../../azure-functions/functions-monitoring.md), and [Azure Virtual Machines](azure-vm-vmss-apps.md).
6464

6565
[Azure Monitor Application Insights Agent](status-monitor-v2-overview.md) is available for workloads running in on-premises virtual machines.
6666

@@ -72,9 +72,9 @@ A preview [Open Telemetry](opentelemetry-enable.md?tabs=net) offering is also av
7272

7373
### [Java](#tab/java)
7474

75-
Auto-instrumentation is available for any environment using [Azure Monitor OpenTelemetry-based auto-instrumentation for Java applications](java-in-process-agent.md).
75+
Integrated Auto-Instrumentation is available for Java Apps hosted on [Azure App Service](azure-web-apps-java.md) and [Azure Functions](monitor-functions.md).
7676

77-
Integrated Auto-Instrumentation is available for Java Apps hosted on [Azure App Service](azure-web-apps-java.md) and [Azure Functions](monitor-functions.md#distributed-tracing-for-java-applications-public-preview).
77+
Auto-instrumentation is available for any environment using [Azure Monitor OpenTelemetry-based auto-instrumentation for Java applications](java-in-process-agent.md).
7878

7979
### [Node.js](#tab/nodejs)
8080

articles/azure-monitor/containers/container-insights-cost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following list is the eight metrics per container collected:
7979

8080
The following list is the cluster inventory data collected by default:
8181

82-
- KubePodInventory – 1 per minute per container
82+
- KubePodInventory – 1 per pod per minute
8383
- KubeNodeInventory – 1 per node per minute
8484
- KubeServices – 1 per service per minute
8585
- ContainerInventory – 1 per container per minute

articles/data-factory/data-flow-parse.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ Use the expression builder to set the source for your parsing. This can be as si
4242
* Expression: ```(level as string, registration as long)```
4343

4444
* Source Nested JSON data: ```{"car" : {"model" : "camaro", "year" : 1989}, "color" : "white", "transmission" : "v8"}```
45-
* Expression: ```(car as (model as string, year as integer), color as string, transmission as string)```
45+
* Expression: ```(car as (model as string, year as integer), color as string, transmission as string)```
4646

4747
* Source XML data: ```<Customers><Customer>122</Customer><CompanyName>Great Lakes Food Market</CompanyName></Customers>```
4848
* Expression: ```(Customers as (Customer as integer, CompanyName as string))```
4949

5050
* Source XML with Attribute data: ```<cars><car model="camaro"><year>1989</year></car></cars>```
51-
* Expression: ```(cars as (car as ({@model} as string, year as integer)))```
51+
* Expression: ```(cars as (car as ({@model} as string, year as integer)))```
52+
5253
* Note: If you run into errors extracting attributes (i.e. @model) from a complex type, a workaround is to convert the complex type to a string, remove the @ symbol (i.e. replace(toString(your_xml_string_parsed_column_name.cars.car),'@','')
5354
), and then use the parse JSON transformation activity.
5455

articles/dms/known-issues-azure-sql-db-managed-instance-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 02/20/2020
1818
Known issues and limitations that are associated with online migrations from SQL Server to Azure SQL Managed Instance are described below.
1919

2020
> [!IMPORTANT]
21-
> With online migrations of SQL Server to Azure SQL Database, migration of SQL_variant data types is not supported.
21+
> With online migrations of SQL Server to Azure SQL Managed Instance, migration of SQL_variant data types is not supported.
2222
2323
## Backup requirements
2424

articles/key-vault/managed-hsm/quick-create-powershell.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ In this quickstart, you will create and activate an Azure Key Vault Managed HSM
1717

1818
If you do not have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1919

20+
The service is available in limited regions – To learn more about availability, please see [Azure Dedicated HSM purshase options](https://azure.microsoft.com/pricing/details/azure-dedicated-hsm).
21+
2022
[!INCLUDE [cloud-shell-try-it.md](../../../includes/cloud-shell-try-it.md)]
2123

2224
If you choose to install and use PowerShell locally, this tutorial requires Azure PowerShell module version 1.0.0 or later. Type `$PSVersionTable.PSVersion` to find the version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-az-ps). If you are running PowerShell locally, you also need to run `Login-AzAccount` to create a connection with Azure.
@@ -27,10 +29,10 @@ Login-AzAccount
2729

2830
## Create a resource group
2931

30-
A resource group is a logical container into which Azure resources are deployed and managed. Use the Azure PowerShell [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet to create a resource group named *myResourceGroup* in the *westus3* location.
32+
A resource group is a logical container into which Azure resources are deployed and managed. Use the Azure PowerShell [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet to create a resource group named *myResourceGroup* in the *eastus* location.
3133

3234
```azurepowershell-interactive
33-
New-AzResourceGroup -Name "myResourceGroup" -Location "westus3"
35+
New-AzResourceGroup -Name "myResourceGroup" -Location "eastus"
3436
```
3537

3638
## Get your principal ID
@@ -63,7 +65,7 @@ Use the Azure PowerShell [New-AzKeyVaultManagedHsm](/powershell/module/az.keyvau
6365
- Your principal ID: Pass the Azure Active Directory principal ID that you obtained in the last section to the "Administrator" parameter.
6466

6567
```azurepowershell-interactive
66-
New-AzKeyVaultManagedHsm -Name "<your-unique-managed-hsm-name>" -ResourceGroupName "myResourceGroup" -Location "westus3" -Administrator "<your-principal-ID>"
68+
New-AzKeyVaultManagedHsm -Name "<your-unique-managed-hsm-name>" -ResourceGroupName "myResourceGroup" -Location "eastus" -Administrator "<your-principal-ID>"
6769
```
6870
> [!NOTE]
6971
> The create command can take a few minutes. Once it returns successfully you are ready to activate your HSM.

articles/machine-learning/reference-yaml-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ The Azure Machine Learning CLI (v2), an extension to the Azure CLI, often uses a
7676

7777
| Reference | URI |
7878
| - | - |
79-
| [Online (real-time)](reference-yaml-endpoint-online.md) | https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json |
79+
| [Managed online (real-time)](reference-yaml-endpoint-online.md) | https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json |
80+
| [Kubernetes online (real-time)](reference-yaml-endpoint-online.md) | https://azuremlschemas.azureedge.net/latest/kubernetesOnlineEndpoint.schema.json |
8081
| [Batch](reference-yaml-endpoint-batch.md) | https://azuremlschemas.azureedge.net/latest/batchEndpoint.schema.json |
8182

8283
## Deployment

0 commit comments

Comments
 (0)