Skip to content

Commit b24c6e3

Browse files
authored
Merge pull request #285758 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 d95017c + 09a8caa commit b24c6e3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

articles/azure-monitor/app/release-and-work-item-insights.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,9 @@ The new work item integration offers the following features over [classic](#clas
389389
390390
You can set specific work item properties directly from the template itself. This includes the assignee, iteration path, projects, & more depending on your version control provider.
391391
392+
> [!NOTE]
393+
> For on-premises Azure DevOps environments, a sample URL such as https://dev.azure.com/test/test can be used as a placeholder for the Azure DevOps Project URL. Once the work item template is created, you can modify the URL and its validation rule within the generated [Azure workbook](/azure/azure-monitor/visualize/workbooks-create-workbook).
394+
392395
## Create a work item
393396
394397
You can access your new template from any End-to-end transaction details that you can access from Performance, Failures, Availability, or other tabs.

articles/expressroute/expressroute-howto-circuit-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ get-help New-AzExpressRouteCircuit -detailed
8282
To get a list of all the ExpressRoute circuits that you created, run the **Get-AzExpressRouteCircuit** command:
8383

8484
```azurepowershell-interactive
85-
Get-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "ExpressRouteResourceGroup"
85+
Get-AzExpressRouteCircuit
8686
```
8787

8888
The response looks similar to the following example:

articles/expressroute/expressroute-howto-linkvnet-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ The Circuit Owner can review all authorizations that are issued on a particular
110110
az network express-route auth list --circuit-name MyCircuit -g ExpressRouteResourceGroup
111111
```
112112

113-
**To add authorizations**
113+
**To create an authorization**
114114

115-
The Circuit Owner can add authorizations by using the following example:
115+
The Circuit Owner can create an authorization by using the following example:
116116

117117
```azurecli-interactive
118118
az network express-route auth create --circuit-name MyCircuit -g ExpressRouteResourceGroup -n MyAuthorization1

includes/passwordless/event-hub/event-hub-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Copy the `Id` value from the preceding command output. You can then assign roles
7575
```azurepowershell
7676
New-AzRoleAssignment -SignInName <user@domain> `
7777
-RoleDefinitionName "Azure Event Hubs Data Owner" `
78-
-Scope <yourStorageAccountId>
78+
-Scope <yourResourceId>
7979
```
8080

8181
---

0 commit comments

Comments
 (0)