Skip to content

Commit c49d819

Browse files
authored
Merge pull request #112581 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 e1c9b07 + d0feeb7 commit c49d819

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

articles/azure-app-configuration/quickstart-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Before you can apply key-values to the VM, you must have an existing Azure App C
120120

121121
```azurepowershell
122122
New-AzResourceGroupDeployment `
123-
-ResourceGroupName "<your resource group>"
123+
-ResourceGroupName "<your resource group>" `
124124
-TemplateFile "<path to prereq.azuredeploy.json>" `
125125
-TemplateParameterFile "<path to prereq.azuredeploy.parameters.json>"
126126
```

articles/cognitive-services/Speaker-recognition/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- name: Speaker Recognition Documentation
2+
href: Home.md
23
- name: Overview
34
items:
45
- name: Learn about Speaker Recognition

articles/service-fabric/service-fabric-host-app-in-a-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ New-AzSqlServerFirewallRule -ResourceGroupName $dbresourcegroupname `
8989
-ServerName $servername `
9090
-FirewallRuleName "AllowClient" -StartIpAddress $clientIP -EndIpAddress $clientIP
9191
92-
# Creeate the database in the server.
92+
# Create the database in the server.
9393
New-AzSqlDatabase -ResourceGroupName $dbresourcegroupname `
9494
-ServerName $servername `
9595
-DatabaseName $databasename `

articles/storage/files/storage-sync-files-deployment-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ This enables a powerful scenario, commonly referred to as self-service restore,
405405
VSS snapshots and Previous Versions work independently of Azure File Sync. However, cloud tiering must be set to a compatible mode. Many Azure File Sync server endpoints can exist on the same volume. You have to make the following PowerShell call per volume that has even one server endpoint where you plan to or are using cloud tiering.
406406

407407
```powershell
408-
Import-Module <SyncAgentInstallPath>\StorageSync.Management.ServerCmdlets.dll
408+
Import-Module '<SyncAgentInstallPath>\StorageSync.Management.ServerCmdlets.dll'
409409
Enable-StorageSyncSelfServiceRestore [-DriveLetter] <string> [[-Force]]
410410
```
411411

@@ -422,7 +422,7 @@ By default, up to 64 snapshots can exist for a given volume, granted there is en
422422
In order to see if self-service restore compatibility is enabled, you can run the following cmdlet.
423423

424424
```powershell
425-
Get-StorageSyncSelfServiceRestore [[-Driveletter] <string>]
425+
Get-StorageSyncSelfServiceRestore [[-Driveletter] <string>]
426426
```
427427

428428
It will list all volumes on the server as well as the number of cloud tiering compatible days for each. This number is automatically calculated based on the maximum possible snapshots per volume and the default snapshot schedule. So by default, all previous versions presented to an information worker can be used to restore from. The same is true if you change the default schedule to take more snapshots.

0 commit comments

Comments
 (0)