Skip to content

Commit 918c290

Browse files
authored
Merge pull request #285003 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 1be633a + 2235a52 commit 918c290

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/ai-services/personalizer/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ landingContent:
9191
- text: Code Samples
9292
url: https://github.com/Azure-Samples/cognitive-services-personalizer-samples
9393
- text: REST API (1.0)
94-
url: https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api/operations/Rank
94+
url: https://personalizer-api-docs.developer.azure-api.net/api-details#api=personalizer-client-v1-0&operation=Rank
9595
- text: REST APIs (v1.1 Preview)
96-
url: https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api-v1-1-preview-3/operations/Rank
96+
url: https://personalizer-api-docs.developer.azure-api.net/api-details#api=personalizer-client-v1-1-preview-3&operation=Rank
9797
- title: About Reinforcement learning
9898
linkLists:
9999
- linkListType: overview

articles/app-service/app-service-undelete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The inputs for command are:
9595
- **TargetName**: Target app for the deleted app to be restored to
9696
- **TargetAppServicePlanName**: App Service plan linked to the app
9797
- **Name**: Name for the app, should be globally unique.
98-
- **ResourceGroupName**: Original resource group for the deleted app
98+
- **ResourceGroupName**: Original resource group for the deleted app, you can get it from Get-AzDeletedWebApp -Name <your_deleted_app> -Location <your_deleted_app_location>
9999
- **Slot**: Slot for the deleted app
100100
- **RestoreContentOnly**: By default `Restore-AzDeletedWebApp` restores both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this commandlet.
101101

articles/azure-monitor/agents/azure-monitor-agent-mma-removal-tool.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ function GetArcServersWithLogAnalyticsAgentExtensionInstalled {
8585
$serverParallelThrottleLimit = $serversCount
8686
}
8787
88+
$serverGroups = @()
89+
8890
if($serversCount -eq 1)
8991
{
9092
$serverGroups += ,($serverList[0])
@@ -385,7 +387,7 @@ The script reports the total VM, VMSSs, or Arc enables servers seen in the subsc
385387
## Step 4 Uninstall inventory
386388
This script iterates through the list of VM, Virtual Machine Scale Sets, and Arc enabled servers and uninstalls the legacy agent. If the VM, Virtual Machine Scale Sets, or Arc enabled server is not running you won't be able to remove the agent.
387389
``` PowerShell
388-
.\MMAUnistallUtilityScript.ps1 UninstallMMAExtension
390+
.\MMAUnistallUtilityScript.ps1 UninstallExtension
389391
```
390392
Once the script is complete you'll be able to see the removal status for your VM, Virtual Machine Scale Sets, and Arc enabled servers in the MMAInventory.csv file.
391393

0 commit comments

Comments
 (0)