Skip to content

Commit 9e2ba2f

Browse files
committed
status
1 parent d4a5ebb commit 9e2ba2f

File tree

9 files changed

+20
-44
lines changed

9 files changed

+20
-44
lines changed

articles/azure-arc/resource-graph-samples.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ ms.custom: subject-resourcegraph-sample
77
---
88
# Azure Resource Graph sample queries for Azure Arc
99

10-
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample
11-
queries for Azure Arc. For a complete list of Azure Resource Graph samples, see
12-
[Resource Graph sample queries by category](../governance/resource-graph/samples/samples-by-category.md)
13-
and [Resource Graph sample queries by table](../governance/resource-graph/samples/samples-by-table.md).
10+
This page is a collection of [Azure Resource Graph](../governance/resource-graph/overview.md) sample queries for Azure Arc. For a complete list of Azure Resource Graph samples, see [Resource Graph sample queries by category](../governance/resource-graph/samples/samples-by-category.md) and [Resource Graph sample queries by table](../governance/resource-graph/samples/samples-by-table.md).
1411

1512
## Sample queries
1613

articles/azure-arc/servers/resource-graph-samples.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ ms.custom: subject-resourcegraph-sample
77
---
88
# Azure Resource Graph sample queries for Azure Arc-enabled servers
99

10-
This page is a collection of [Azure Resource Graph](../../governance/resource-graph/overview.md)
11-
sample queries for Azure Arc-enabled servers. For a complete list of Azure Resource Graph samples,
12-
see
13-
[Resource Graph samples by Category](../../governance/resource-graph/samples/samples-by-category.md)
14-
and [Resource Graph samples by Table](../../governance/resource-graph/samples/samples-by-table.md).
10+
This page is a collection of [Azure Resource Graph](../../governance/resource-graph/overview.md) sample queries for Azure Arc-enabled servers. For a complete list of Azure Resource Graph samples, see [Resource Graph samples by Category](../../governance/resource-graph/samples/samples-by-category.md) and [Resource Graph samples by Table](../../governance/resource-graph/samples/samples-by-table.md).
1511

1612
## Sample queries
1713

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,7 @@ Define an imperative binding as follows:
614614
615615
### Single attribute example
616616

617-
The following example code creates a [Storage blob output binding](functions-bindings-storage-blob-output.md)
618-
with blob path that's defined at run time, then writes a string to the blob.
617+
The following example code creates a [Storage blob output binding](functions-bindings-storage-blob-output.md) with blob path that's defined at run time, then writes a string to the blob.
619618

620619
```cs
621620
public static class IBinderExample

articles/azure-functions/functions-reference-csharp.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -574,16 +574,11 @@ using (var output = await binder.BindAsync<T>(new BindingTypeAttribute(...)))
574574
```
575575

576576
`BindingTypeAttribute` is the .NET attribute that defines your binding and `T` is an input or output type that's
577-
supported by that binding type. `T` can't be an `out` parameter type (such as `out JObject`). For example, the
578-
Mobile Apps table output binding supports
579-
[six output types](https://github.com/Azure/azure-webjobs-sdk-extensions/blob/master/src/WebJobs.Extensions.MobileApps/MobileTableAttribute.cs#L17-L22),
580-
but you can only use [ICollector\<T>](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs/ICollector.cs)
581-
or [`IAsyncCollector<T>`](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs/IAsyncCollector.cs) for `T`.
577+
supported by that binding type. `T` can't be an `out` parameter type (such as `out JObject`). For example, the Mobile Apps table output binding supports [six output types](https://github.com/Azure/azure-webjobs-sdk-extensions/blob/master/src/WebJobs.Extensions.MobileApps/MobileTableAttribute.cs#L17-L22), but you can only use [ICollector\<T>](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs/ICollector.cs) or [`IAsyncCollector<T>`](https://github.com/Azure/azure-webjobs-sdk/blob/master/src/Microsoft.Azure.WebJobs/IAsyncCollector.cs) for `T`.
582578

583579
### Single attribute example
584580

585-
The following example code creates a [Storage blob output binding](functions-bindings-storage-blob-output.md)
586-
with blob path that's defined at run time, then writes a string to the blob.
581+
The following example code creates a [Storage blob output binding](functions-bindings-storage-blob-output.md) with blob path that's defined at run time, then writes a string to the blob.
587582

588583
```cs
589584
using Microsoft.Azure.WebJobs;

articles/azure-monitor/app/java-spring-boot.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ public class SpringBootApp {
7171

7272
### Configuration
7373

74-
Programmatic enablement supports all the same [configuration options](./java-standalone-config.md)
75-
as the JVM argument enablement, with the differences that are described in the next sections.
74+
Programmatic enablement supports all the same [configuration options](./java-standalone-config.md) as the JVM argument enablement, with the differences that are described in the next sections.
7675

7776
#### Configuration file location
7877

@@ -139,7 +138,6 @@ Enable connection string configured at runtime:
139138

140139
#### Self-diagnostic log file location
141140

142-
By default, when enabling Application Insights Java programmatically, the `applicationinsights.log` file containing
143-
the agent logs are located in the directory from where the JVM is launched (user directory).
141+
By default, when enabling Application Insights Java programmatically, the `applicationinsights.log` file containing the agent logs are located in the directory from where the JVM is launched (user directory).
144142

145143
To learn how to change this location, see your [self-diagnostic configuration options](./java-standalone-config.md#self-diagnostics).

articles/azure-monitor/logs/api/register-app-for-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Before you can generate a token using your app, client ID, and secret, assign th
113113
For example,
114114
- To grant your app read from a Log Analytics Workspace, add your app as a member to the **Reader** role using Access control (IAM) for your Log Analytics Workspace. For more information, see [Access the API](./access-api.md)
115115

116-
- To grant access to send custom metrics for a resource, add your app as a member to the **Monitoring Metrics Publisher** role using Access control (IAM) for your resource. For more information, see [ Send metrics to the Azure Monitor metric database using REST API](../../essentials/metrics-store-custom-rest-api.md)
116+
- To grant access to send custom metrics for a resource, add your app as a member to the **Monitoring Metrics Publisher** role using Access control (IAM) for your resource. For more information, see [Send metrics to the Azure Monitor metric database using REST API](../../essentials/metrics-store-custom-rest-api.md)
117117

118118
For more information, see [Assign Azure roles using the Azure portal](../../../role-based-access-control/role-assignments-portal.yml)
119119

articles/azure-monitor/logs/move-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Delete the following alert rules by running the [Remove-AzScheduledQueryRule](/p
185185

186186
See [Delete a standalone Automation account linked to workspace](../../automation/delete-account.md#delete-a-standalone-automation-account-linked-to-workspace).
187187

188-
### [ REST API](#tab/rest-api)
188+
### [REST API](#tab/rest-api)
189189

190190
Call the [Linked Services - Delete API](/rest/api/loganalytics/linked-services/delete).
191191

@@ -215,7 +215,7 @@ Not supported.
215215

216216
:::image type="content" source="media/move-workspace/portal.png" lightbox="media/move-workspace/portal.png" alt-text="Screenshot that shows the Overview pane in the Log Analytics workspace with options to change the resource group and subscription name.":::
217217

218-
### [ REST API](#tab/rest-api)
218+
### [REST API](#tab/rest-api)
219219

220220
To move your workspace, call the [Resources - Move Resources API](/rest/api/resources/resources/move-resources).
221221

articles/azure-portal/quickstart-portal-dashboard-powershell.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ A [dashboard](azure-portal-dashboards.md) in the Azure portal is a focused and o
2222

2323
## Choose a specific Azure subscription
2424

25-
If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources
26-
should be billed. Select a specific subscription using the
25+
If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources should be billed. Select a specific subscription using the
2726
[Set-AzContext](/powershell/module/az.accounts/set-azcontext) cmdlet.
2827

2928
```azurepowershell-interactive
@@ -56,10 +55,8 @@ $vmName = 'myVM1'
5655

5756
## Create a resource group
5857

59-
Create an [Azure resource group](../azure-resource-manager/management/overview.md)
60-
using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup)
61-
cmdlet. A resource group is a logical container in which Azure resources are deployed and managed as
62-
a group.
58+
Create an [Azure resource group](../azure-resource-manager/management/overview.md) using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup)
59+
cmdlet. A resource group is a logical container in which Azure resources are deployed and managed as a group.
6360

6461
The following example creates a resource group based on the name in the `$resourceGroupName`
6562
variable in the region specified in the `$location` variable.
@@ -70,12 +67,9 @@ New-AzResourceGroup -Name $resourceGroupName -Location $location
7067

7168
## Create a virtual machine
7269

73-
The dashboard you create in the next part of this quickstart requires an existing VM. Create a VM by
74-
following these steps.
70+
The dashboard you create in the next part of this quickstart requires an existing VM. Create a VM by following these steps.
7571

76-
Store login credentials for the VM in a variable. The password must be complex. This is a new user
77-
name and password; it's not, for example, the account you use to sign in to Azure. For more
78-
information, see [username requirements](../virtual-machines/windows/faq.yml#what-are-the-username-requirements-when-creating-a-vm-)
72+
Store login credentials for the VM in a variable. The password must be complex. This is a new user name and password; it's not, for example, the account you use to sign in to Azure. For more information, see [username requirements](../virtual-machines/windows/faq.yml#what-are-the-username-requirements-when-creating-a-vm-)
7973
and [password requirements](../virtual-machines/windows/faq.yml#what-are-the-password-requirements-when-creating-a-vm-).
8074

8175
```azurepowershell-interactive
@@ -94,13 +88,11 @@ $AzVmParams = @{
9488
New-AzVm @AzVmParams
9589
```
9690

97-
The VM deployment now starts and typically takes a few minutes to complete. After deployment
98-
completes, move on to the next section.
91+
The VM deployment now starts and typically takes a few minutes to complete. After deployment completes, move on to the next section.
9992

10093
## Download the dashboard template
10194

102-
Since Azure dashboards are resources, they can be represented as JSON. The following code downloads
103-
a JSON representation of a sample dashboard. For more information, see [The structure of Azure Dashboards](./azure-portal-dashboards-structure.md).
95+
Since Azure dashboards are resources, they can be represented as JSON. The following code downloads a JSON representation of a sample dashboard. For more information, see [The structure of Azure Dashboards](./azure-portal-dashboards-structure.md).
10496

10597
```azurepowershell-interactive
10698
$myPortalDashboardTemplateUrl = 'https://raw.githubusercontent.com/Azure/azure-docs-powershell-samples/master/azure-portal/portal-dashboard-template-testvm.json'
@@ -128,8 +120,7 @@ For more information about the dashboard template structure, see [Microsoft port
128120

129121
## Deploy the dashboard template
130122

131-
You can use the `New-AzPortalDashboard` cmdlet that's part of the Az.Portal module to deploy the
132-
template directly from PowerShell.
123+
You can use the `New-AzPortalDashboard` cmdlet that's part of the Az.Portal module to deploy the template directly from PowerShell.
133124

134125
```azurepowershell
135126
$DashboardParams = @{

articles/azure-resource-manager/bicep/linter-rule-outputs-should-not-contain-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following example fails because it includes a secure parameter in an output
2727
```bicep
2828
@secure()
2929
param secureParam string
30-
30+
3131
output badResult string = 'this is the value ${secureParam}'
3232
```
3333

@@ -38,7 +38,7 @@ param storageName string
3838
resource stg 'Microsoft.Storage/storageAccounts@2021-04-01' existing = {
3939
name: storageName
4040
}
41-
41+
4242
output badResult object = {
4343
value: stg.listKeys().keys[0].value
4444
}

0 commit comments

Comments
 (0)