Skip to content

Commit 0d1b9ad

Browse files
authored
Merge pull request #292003 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 6650d7f + 6307200 commit 0d1b9ad

File tree

71 files changed

+155
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+155
-126
lines changed

articles/azure-resource-manager/bicep/bicep-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes how to use Bicep extensions.
1616
The syntax for importing Bicep extensions is:
1717

1818
```bicep
19-
extionsion <extension-name>
19+
extension <extension-name>
2020
```
2121

2222
The syntax for importing Bicep extensions, which require configuration is:
@@ -35,4 +35,4 @@ For examples, see [Bicep Kubernetes extension](./bicep-kubernetes-extension.md)
3535
- To learn about Bicep functions, see [Bicep functions](./bicep-functions.md).
3636
- To learn how to use the Bicep Kubernetes extension, see [Bicep Kubernetes extension](./bicep-kubernetes-extension.md).
3737
- To go through a Kubernetes extension tutorial, see [Quickstart: Deploy Azure applications to Azure Kubernetes Services by using the Bicep Kubernetes extension](/azure/aks/learn/quick-kubernetes-deploy-bicep-kubernetes-extension).
38-
- To learn Microsoft Graph extension, see [Microsoft Graph extension](https://aka.ms/graphbicep).
38+
- To learn Microsoft Graph extension, see [Microsoft Graph extension](https://aka.ms/graphbicep).

articles/cloud-services/cloud-services-troubleshoot-common-issues-which-cause-roles-recycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If a role in your application relies on any assembly that isn't part of the .NET
2424

2525
Before you build and package your application, verify the following statements are true:
2626

27-
* If using Visual studio, make sure the **Copy Local** property is set to **True** for each referenced assembly in your project that isn't part of the Azure SDK or the .NET Framework.
27+
* If using Visual Studio, make sure the **Copy Local** property is set to **True** for each referenced assembly in your project that isn't part of the Azure SDK or the .NET Framework.
2828
* Make sure the web.config file doesn't reference any unused assemblies in the compilation element.
2929
* The **Build Action** of every .cshtml file is set to **Content**. This setting ensures that the files appear correctly in the package and enables other referenced files to appear in the package.
3030

articles/container-apps/quickstart-code-to-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ az provider register --namespace Microsoft.OperationalInsights
102102
## Create environment variables
103103

104104
Now that your CLI setup is complete, you can define the environment variables that are used throughout this article.
105-
Now that your CLI setup is complete, you can define the environment variables that are used throughout this article.
105+
106106
# [Bash](#tab/bash)
107107

108108
Define the following variables in your bash shell.

articles/cost-management-billing/automate/tutorial-seed-historical-cost-dataset-exports-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You need proper permissions to successfully call the Exports API. We recommend u
3030

3131
Additionally, you need a way to query the API directly. Some popular ways to query the API are:
3232

33-
- [Visual studio](/aspnet/core/test/http-files)
33+
- [Visual Studio](/aspnet/core/test/http-files)
3434
- [Insomnia](https://insomnia.rest/)
3535
- [Bruno](https://www.usebruno.com/)
3636
- PowerShell’s [Invoke-RestMethod](https://powershellcookbook.com/recipe/Vlhv/interact-with-rest-based-web-apis)

articles/cost-management-billing/manage/assign-roles-azure-service-principals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you begin, ensure that you're familiar with the following articles:
2424

2525
You need a way to call REST APIs. Some popular ways to query the API are:
2626

27-
- [Visual studio](/aspnet/core/test/http-files)
27+
- [Visual Studio](/aspnet/core/test/http-files)
2828
- [Insomnia](https://insomnia.rest/)
2929
- [Bruno](https://www.usebruno.com/)
3030
- PowerShell’s [Invoke-RestMethod](https://powershellcookbook.com/recipe/Vlhv/interact-with-rest-based-web-apis)

articles/cost-management-billing/manage/cancel-azure-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following table describes the permission required to cancel a subscription.
5555

5656
|Subscription type |Who can cancel |
5757
|---------|---------|
58-
|Subscriptions created when you sign up for Azure through the Azure website. For example, when you sign up for an [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/), [account with pay-as-you-go rates](https://azure.microsoft.com/offers/ms-azr-0003p/) or as a [Visual studio subscriber](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/). | Subscription owner |
58+
|Subscriptions created when you sign up for Azure through the Azure website. For example, when you sign up for an [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/), [account with pay-as-you-go rates](https://azure.microsoft.com/offers/ms-azr-0003p/) or as a [Visual Studio subscriber](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/). | Subscription owner |
5959
|[Microsoft Enterprise Agreement](https://azure.microsoft.com/pricing/enterprise-agreement/) and [Enterprise Dev/Test](https://azure.microsoft.com/offers/ms-azr-0148p/) | Subscription owner |
6060
|[Azure plan](https://azure.microsoft.com/offers/ms-azr-0017g/) and [Azure plan for DevTest](https://azure.microsoft.com/offers/ms-azr-0148g/) | Subscription owners |
6161

articles/cost-management-billing/manage/cost-management-budget-scenario.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You should now have two configured webhooks that are each available using the UR
8787

8888
You completed the Azure Automation setup. You can test the webhooks with a simple API test to validate that the webhook works. Some popular ways to query the API are:
8989

90-
- [Visual studio](/aspnet/core/test/http-files)
90+
- [Visual Studio](/aspnet/core/test/http-files)
9191
- [Insomnia](https://insomnia.rest/)
9292
- [Bruno](https://www.usebruno.com/)
9393
- PowerShell’s [Invoke-RestMethod](https://powershellcookbook.com/recipe/Vlhv/interact-with-rest-based-web-apis)
@@ -272,7 +272,7 @@ You can create a budget in the Azure portal using the [Budget feature](../costs/
272272

273273
Next, you create a budget by calling the Azure Consumption REST APIs. You need a way to interact with APIs. Some popular ways to query the API are:
274274

275-
- [Visual studio](/aspnet/core/test/http-files)
275+
- [Visual Studio](/aspnet/core/test/http-files)
276276
- [Insomnia](https://insomnia.rest/)
277277
- [Bruno](https://www.usebruno.com/)
278278
- PowerShell’s [Invoke-RestMethod](https://powershellcookbook.com/recipe/Vlhv/interact-with-rest-based-web-apis)

articles/cost-management-billing/manage/view-all-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A billing account is created when you sign up to use Azure. You use your billing
1616

1717
Azure portal supports the following type of billing accounts:
1818

19-
- **Microsoft Online Services Program**: A billing account for a Microsoft Online Services Program is created when you sign up for Azure through the Azure website. For example, when you sign up for an [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/), [account with pay-as-you-go rates](https://azure.microsoft.com/offers/ms-azr-0003p/) or as a [Visual studio subscriber](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/).
19+
- **Microsoft Online Services Program**: A billing account for a Microsoft Online Services Program is created when you sign up for Azure through the Azure website. For example, when you sign up for an [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/), [account with pay-as-you-go rates](https://azure.microsoft.com/offers/ms-azr-0003p/) or as a [Visual Studio subscriber](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/).
2020
- A new billing account for a Microsoft Online Services Program can have a maximum of 5 subscriptions. However, subscriptions transferred to the new billing account don't count against the limit.
2121
- The ability to create other Microsoft Online Services Program subscriptions is determined on an individual basis according to your history with Azure.
2222
- *If you have difficulty finding a new subscription* after you create it, you might need to change the global subscription filter. For more information about changing the global subscription filter, see [Can't view subscription](create-subscription.md#view-all-subscriptions).

articles/cost-management-billing/understand/download-azure-invoice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When an invoice wasn't paid, its status is shown as *Past due*. A past due subsc
3939

4040
## Invoices for MOSP billing accounts
4141

42-
An MOSP billing account is created when you sign up for Azure through the Azure website. For example, when you sign up for an [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/), [account with pay-as-you-go rates](https://azure.microsoft.com/offers/ms-azr-0003p/) or as a [Visual studio subscriber](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/).
42+
An MOSP billing account is created when you sign up for Azure through the Azure website. For example, when you sign up for an [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/), [account with pay-as-you-go rates](https://azure.microsoft.com/offers/ms-azr-0003p/) or as a [Visual Studio subscriber](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/).
4343

4444
Customers in select regions, who sign up through the Azure website for an [account with pay-as-you-go rates](https://azure.microsoft.com/offers/ms-azr-0003p/) or an [Azure Free Account](https://azure.microsoft.com/offers/ms-azr-0044p/) can have a billing account for an MCA.
4545

articles/event-grid/event-hubs-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To complete this tutorial, you must have:
3434

3535
- This article assumes that you are familiar with Event Grid and Event Hubs (especially the Capture feature). If you aren't familiar with Azure Event Grid, see [Introduction to Azure Event Grid](overview.md). To learn about the Capture feature of Azure Event Hubs, see [Capture events through Azure Event Hubs in Azure Blob Storage or Azure Data Lake Storage](../event-hubs/event-hubs-capture-overview.md).
3636
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
37-
- [Visual studio](https://www.visualstudio.com/vs/) with workloads for: .NET desktop development, Azure development, ASP.NET and web development, Node.js development, and Python development.
37+
- [Visual Studio](https://www.visualstudio.com/vs/) with workloads for: .NET desktop development, Azure development, ASP.NET and web development, Node.js development, and Python development.
3838
- Download the [EventHubsCaptureEventGridDemo sample project](https://github.com/Azure/azure-event-hubs/tree/master/samples/e2e/EventHubsCaptureEventGridDemo) to your computer.
3939
- WindTurbineDataGenerator – A simple publisher that sends sample wind turbine data to an event hub with the Capture feature enabled.
4040
- FunctionDWDumper – An Azure function that receives a notification from Azure Event Grid when an Avro file is captured to the Azure Storage blob. It receives the blob’s URI path, reads its contents, and pushes this data to Azure Synapse Analytics (dedicated SQL pool).

0 commit comments

Comments
 (0)