Skip to content

Commit 4b3b787

Browse files
authored
Merge pull request #227693 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 e606699 + 4772dc3 commit 4b3b787

File tree

17 files changed

+25
-43
lines changed

17 files changed

+25
-43
lines changed

articles/active-directory/develop/scenario-desktop-acquire-token-device-code-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static async Task<AuthenticationResult> GetATokenForGraph()
6868
}
6969
catch (MsalUiRequiredException ex)
7070
{
71-
// No token found in the cache or AAD insists that a form interactive auth is required (e.g. the tenant admin turned on MFA)
71+
// No token found in the cache or Azure AD insists that a form interactive auth is required (e.g. the tenant admin turned on MFA)
7272
// If you want to provide a more complex user experience, check out ex.Classification
7373
7474
return await AcquireByDeviceCodeAsync(pca);
@@ -253,7 +253,7 @@ if accounts:
253253
result = app.acquire_token_silent(config["scope"], account=chosen)
254254

255255
if not result:
256-
logging.info("No suitable token exists in cache. Let's get a new one from AAD.")
256+
logging.info("No suitable token exists in cache. Let's get a new one from Azure AD.")
257257

258258
flow = app.initiate_device_flow(scopes=config["scope"])
259259
if "user_code" not in flow:

articles/active-directory/governance/understanding-lifecycle-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ For delegated scenarios, the admin needs one of the following [Azure AD roles](/
3333
- Global reader
3434
- Lifecycle workflows administrator
3535

36-
## Restrictions
36+
## Limits
3737

3838

39-
|Column1 |Limit |
39+
|Category |Limit |
4040
|---------|---------|
4141
|Number of Workflows | 50 per tenant |
4242
|Number of Tasks | 25 per workflow |

articles/azure-monitor/essentials/prometheus-metrics-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Deploy the template with the parameter file using any valid method for deploying
295295

296296
## Verify Deployment
297297

298-
Run the following command to which verify that the daemon set was deployed properly:
298+
Run the following command to verify that the daemon set was deployed properly:
299299

300300
```
301301
kubectl get ds ama-metrics-node --namespace=kube-system

articles/azure-signalr/server-graceful-shutdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In general, there will be four stages in a graceful shutdown process:
4444

4545
Azure SignalR Service will try to reroute the client connection on this server to another valid server.
4646

47-
In this scenario, `OnConnectedAsync` and `OnDisconnectedAsync` will be triggered on the new server and the old server respectively with an `IConnectionMigrationFeature` set in the `Context`, which can be used to identify if the client connection was being migrated-in our migrated-out. It could be useful especially for stateful scenarios.
47+
In this scenario, `OnConnectedAsync` and `OnDisconnectedAsync` will be triggered on the new server and the old server respectively with an `IConnectionMigrationFeature` set in the `Context`, which can be used to identify if the client connection was being migrated-in or migrated-out. It could be useful especially for stateful scenarios.
4848

4949
The client connection will be immediately migrated after the current message has been delivered, which means the next message will be routed to the new server.
5050

articles/azure-signalr/signalr-howto-troubleshoot-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public class ThreadPoolStarvationDetector : EventListener
389389
{
390390
// See: https://learn.microsoft.com/dotnet/framework/performance/thread-pool-etw-events#threadpoolworkerthreadadjustmentadjustment
391391
if (eventData.EventId == EventIdForThreadPoolWorkerThreadAdjustmentAdjustment &&
392-
eventData.Payload[3] as uint? == ReasonForStarvation)
392+
eventData.Payload[2] as uint? == ReasonForStarvation)
393393
{
394394
_logger.LogWarning("Thread pool starvation detected!");
395395
}

articles/governance/policy/concepts/initiative-definition-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ A parameter has the following properties that are used in the policy initiative
153153
**integer**, **float**, or **datetime**.
154154
- `metadata`: Defines subproperties primarily used by the Azure portal to display user-friendly
155155
information:
156-
- `description`: The explanation of what the parameter is used for. Can be used to provide
156+
- `description`: (Optional) The explanation of what the parameter is used for. Can be used to provide
157157
examples of acceptable values.
158158
- `displayName`: The friendly name shown in the portal for the parameter.
159159
- `strongType`: (Optional) Used when assigning the policy definition through the portal. Provides

articles/mariadb/concept-reserved-pricing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/24/2022
1212

1313
Azure Database for MariaDB now helps you save money by prepaying for compute resources compared to pay-as-you-go prices. With Azure Database for MariaDB reserved capacity, you make an upfront commitment on MariaDB servers for a one or three year period to get a significant discount on the compute costs. To purchase Azure Database for MariaDB reserved capacity, you need to specify the Azure region, deployment type, performance tier, and term. </br>
1414

15-
You do not need to assign the reservation to specific Azure Database for MariaDB servers. An already running Azure Database for MariaDB or ones that are newly deployed, will automatically get the benefit of reserved pricing. By purchasing a reservation, you are pre-paying for the compute costs for a period of one or three years. As soon as you buy a reservation, the Azure database for MariaDB compute charges that match the reservation attributes are no longer charged at the pay-as-you go rates. A reservation does not cover software, networking, or storage charges associated with the MariaDB Database server. At the end of the reservation term, the billing benefit expires, and the Azure Database for MariaDB are billed at the pay-as-you go price. Reservations do not auto-renew. For pricing information, see the [Azure Database for MariaDB reserved capacity offering](https://azure.microsoft.com/pricing/details/mariadb/). </br>
15+
You do not need to assign the reservation to specific Azure Database for MariaDB servers. An already running Azure Database for MariaDB or ones that are newly deployed, will automatically get the benefit of reserved pricing. By purchasing a reservation, you are pre-paying for the compute costs for a period of one or three years. As soon as you buy a reservation, the Azure Database for MariaDB compute charges that match the reservation attributes are no longer charged at the pay-as-you go rates. A reservation does not cover software, networking, or storage charges associated with the MariaDB Database server. At the end of the reservation term, the billing benefit expires, and the Azure Database for MariaDB are billed at the pay-as-you go price. Reservations do not auto-renew. For pricing information, see the [Azure Database for MariaDB reserved capacity offering](https://azure.microsoft.com/pricing/details/mariadb/). </br>
1616

1717
You can buy Azure Database for MariaDB reserved capacity in the [Azure portal](https://portal.azure.com/). Pay for the reservation [up front or with monthly payments](../cost-management-billing/reservations/prepare-buy-reservation.md). To buy the reserved capacity:
1818

@@ -63,7 +63,7 @@ If you have questions or need help, [create a support request](https://portal.az
6363

6464
## Next steps
6565

66-
The vCore reservation discount is applied automatically to the number of Azure Database for MariaDB servers that match the Azure Database for MariaDB reserved capacity reservation scope and attributes. You can update the scope of the Azure database for MariaDB reserved capacity reservation through Azure portal, PowerShell, CLI or through the API. </br></br>
66+
The vCore reservation discount is applied automatically to the number of Azure Database for MariaDB servers that match the Azure Database for MariaDB reserved capacity reservation scope and attributes. You can update the scope of the Azure Database for MariaDB reserved capacity reservation through Azure portal, PowerShell, CLI or through the API. </br></br>
6767
To learn how to manage the Azure Database for MariaDB reserved capacity, see manage Azure Database for MariaDB reserved capacity.
6868

6969
To learn more about Azure Reservations, see the following articles:

articles/postgresql/migrate/concepts-single-to-flexible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Migration tool - Azure Database for PostgreSQL Single Server to Flexible Server - Concepts"
33
titleSuffix: Azure Database for PostgreSQL Flexible Server
4-
description: Concepts about migrating your Single server to Azure database for PostgreSQL Flexible server.
4+
description: Concepts about migrating your Single server to Azure Database for PostgreSQL Flexible server.
55
author: shriram-muthukrishnan
66
ms.author: shriramm
77
ms.service: postgresql

articles/postgresql/single-server/how-to-manage-server-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you have not already created a server, refer to this [quickstart](quickstart-
3737

3838
## Scale compute and storage
3939

40-
You can scale up your pricing tier, compute, and storage easily using the following command. You can see all the server operation you can perform [az postgres server overview](/cli/azure/mysql/server)
40+
You can scale up your pricing tier, compute, and storage easily using the following command. You can see all the server operation you can perform [az postgres server overview](/cli/azure/postgres/server)
4141

4242
```azurecli-interactive
4343
az postgres server update --resource-group myresourcegroup --name mydemoserver --sku-name GP_Gen5_4 --storage-size 6144

articles/private-multi-access-edge-compute-mec/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ For more information, see [Azure Private 5G Core](../private-5g-core/private-5g-
6161
### Azure Stack hardware and services
6262
**Azure Stack Edge**: Azure Stack Edge offers a portfolio of devices that bring compute, storage, and intelligence to the edge right where data is created. The devices are 1U rack-mountable appliances that come with 1-2 NVIDIA T4 GPUs. Azure IoT Edge allows you to deploy and manage containers from IoT Hub and integrate with Azure IoT solutions on the Azure Stack Edge. The Azure Stack Edge Pro SKU is certified to run Network Functions at the edge. For more information, see [Azure Stack Edge](https://azure.microsoft.com/products/azure-stack/edge/).
6363

64-
**Azure Stack HCI**: Azure Stack HCI is a new hyper-converged infrastructure (HCI) operating system delivered as an Azure service that provides the latest security, performance, and feature updates. Deploy and run Windows and Linux virtual machines (VMs) in your datacenter, or, at the edge using your existing tools and processes. Extend your datacenter to the cloud with Azure Backup, Azure Monitor, and Microsoft Defender for Cloud. For more information, see [Azure Stack HCI](https://azure.microsoft.com/products/azure-stack/hci/).
65-
6664
### Application services
6765

6866
**Azure IoT Edge Runtime**: Azure IoT Edge Runtime enables cloud workloads to be managed and deployed across edge compute appliances using the same tools and security posture as cloud native workloads. For more information, see [Azure IoT Edge Runtime](/windows/ai/windows-ml-container/iot-edge-runtime).

0 commit comments

Comments
 (0)