Skip to content

Commit 02de826

Browse files
authored
Merge pull request #285161 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 a7b26d3 + 584ba7d commit 02de826

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

articles/azure-functions/durable/durable-functions-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Users of [Extension Bundles](../functions-bindings-register.md#extension-bundles
5959
6060
## GitHub repositories
6161

62-
Durable Functions is developed in the open as OSS. Users are welcome to contribute to it's development, request features, and to report issues in the appropiate repositories:
62+
Durable Functions is developed in the open as OSS. Users are welcome to contribute to it's development, request features, and to report issues in the appropriate repositories:
6363

6464
* [azure-functions-durable-extension](https://github.com/Azure/azure-functions-durable-extension): For .NET in-process and the Azure Storage storage provider.
6565
* [durabletask-dotnet](https://github.com/microsoft/durabletask-dotnet): For .NET isolated.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ From server web apps:
142142
* [Dependencies](./asp-net-dependencies.md). Calls to SQL databases, HTTP calls to external services, Azure Cosmos DB, Azure Table Storage, Azure Blob Storage, and Azure Queue Storage.
143143
* [Exceptions](./asp-net-exceptions.md) and stack traces.
144144
* [Performance counters](./performance-counters.md): Performance counters are available when using:
145-
- [Azure Monitor Application Insights agent](application-insights-asp-net-agent.md)
146-
- [Azure monitoring for VMs or virtual machine scale sets](./azure-vm-vmss-apps.md)
147-
- [Application Insights `collectd` writer](/previous-versions/azure/azure-monitor/app/deprecated-java-2x#collectd-linux-performance-metrics-in-application-insights-deprecated).
145+
* [Azure Monitor Application Insights agent](application-insights-asp-net-agent.md)
146+
* [Azure monitoring for VMs or virtual machine scale sets](./azure-vm-vmss-apps.md)
147+
* [Application Insights `collectd` writer](/previous-versions/azure/azure-monitor/app/deprecated-java-2x#collectd-linux-performance-metrics-in-application-insights-deprecated).
148148
* [Custom events and metrics](./api-custom-events-metrics.md) that you code.
149149
* [Trace logs](./asp-net-trace-logs.md) if you configure the appropriate collector.
150150

articles/azure-resource-manager/management/tag-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ To get the same data as a file of comma-separated values, download [tag-support.
871871
872872
> [!NOTE]
873873
> You can't add a tag to a virtual machine that has been marked as generalized. You mark a virtual machine as generalized with [Set-AzVm -Generalized](/powershell/module/Az.Compute/Set-AzVM) or [az vm generalize](/cli/azure/vm#az-vm-generalize).
874+
> Tags on virtual machine extensions can only be updated when the VM is running.
874875
875876

876877
## Microsoft.ConfidentialLedger

articles/container-apps/microservices-dapr-azure-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You learn how to:
2222
> - Create an Azure Blob Storage for use as a Dapr state store
2323
> - Deploy a Container Apps environment to host container apps
2424
> - Deploy two dapr-enabled container apps: one that produces orders and one that consumes orders and stores them
25-
> - Assign a user-assigned identity to a container app and supply it with the appropiate role assignment to authenticate to the Dapr state store
25+
> - Assign a user-assigned identity to a container app and supply it with the appropriate role assignment to authenticate to the Dapr state store
2626
> - Verify the interaction between the two microservices.
2727
2828
With Azure Container Apps, you get a [fully managed version of the Dapr APIs](./dapr-overview.md) when building microservices. When you use Dapr in Azure Container Apps, you can enable sidecars to run next to your microservices that provide a rich set of capabilities.

articles/hdinsight/interactive-query/llap-schedule-based-autoscale-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ If there are running jobs while scale-down is triggered, then we can expect one
6464
- Query completes successfully without any impact.
6565

6666

67-
> [!NOTE]
68-
> It is recommended to plan approprite down time with the users during the scale down schedules.
67+
> [!NOTE]
68+
> It is recommended to plan appropriate down time with the users during the scale down schedules.
6969
7070

7171
<b>2. What happens to the running Spark jobs when using Hive Warehouse Connector to execute queries in the LLAP Cluster with Auto scale enabled?</b>

articles/managed-grafana/how-to-connect-to-data-source-privately.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ While managed private endpoints are free, there may be charges associated with p
2525

2626
Managed private endpoints work with Azure services that support private link. Using them, you can connect your Azure Managed Grafana workspace to the following Azure data stores over private connectivity:
2727

28-
- Azure Cosmos DB for Mongo DB
28+
- Azure Cosmos DB for Mongo DB ([Only for Request Unit (RU) architecture](/azure/cosmos-db/mongodb/introduction#request-unit-ru-architecture))
2929
- Azure Cosmos DB for PostgreSQL
3030
- Azure Data Explorer
3131
- Azure Monitor private link scope (for example, Log Analytics workspace)

0 commit comments

Comments
 (0)