Skip to content

Commit 3865a88

Browse files
authored
Merge pull request #94739 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 1b0566c + 08f84e8 commit 3865a88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-monitor/app/powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ armclient PUT /subscriptions/00000000-0000-0000-0000-00000000000/resourceGroups/
246246
To set the data retention to 365 days using the template above, run:
247247

248248
```PS
249-
New-AzResourceGroupDeployment -ResourceGroupName "<resource group>" `
250-
-TemplateFile .\template1.json `
251-
-retentionInDays 365 `
252-
-appName myApp
249+
New-AzResourceGroupDeployment -ResourceGroupName "<resource group>" `
250+
-TemplateFile .\template1.json `
251+
-retentionInDays 365 `
252+
-appName myApp
253253
```
254254

255255
The following script can also be used to change retention. Copy this script to save as `Set-ApplicationInsightsRetention.ps1`.
@@ -596,4 +596,4 @@ Other automation articles:
596596
* [Create web tests](https://azure.microsoft.com/blog/creating-a-web-test-alert-programmatically-with-application-insights/)
597597
* [Send Azure Diagnostics to Application Insights](powershell-azure-diagnostics.md)
598598
* [Deploy to Azure from GitHub](https://blogs.msdn.com/b/webdev/archive/2015/09/16/deploy-to-azure-from-github-with-application-insights.aspx)
599-
* [Create release annotations](https://github.com/Microsoft/ApplicationInsights-Home/blob/master/API/CreateReleaseAnnotation.ps1)
599+
* [Create release annotations](https://github.com/Microsoft/ApplicationInsights-Home/blob/master/API/CreateReleaseAnnotation.ps1)

articles/virtual-machines/troubleshooting/troubleshoot-recovery-disks-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ az vm disk attach --disk $diskId --resource-group MyResourceGroup --size-gb 128
124124
> [!NOTE]
125125
> The following examples detail the steps required on an Ubuntu VM. If you are using a different Linux distro, such as Red Hat Enterprise Linux or SUSE, the log file locations and `mount` commands may be a little different. Refer to the documentation for your specific distro for the appropriate changes in commands.
126126
127-
1. SSH to your troubleshooting VM using the appropriate credentials. If this disk is the first data disk attached to your troubleshooting VM, the disk is likely connected to `/dev/sdc`. Use `dmseg` to view attached disks:
127+
1. SSH to your troubleshooting VM using the appropriate credentials. If this disk is the first data disk attached to your troubleshooting VM, the disk is likely connected to `/dev/sdc`. Use `dmesg` to view attached disks:
128128

129129
```bash
130130
dmesg | grep SCSI

0 commit comments

Comments
 (0)