Skip to content

Commit 6486300

Browse files
authored
Merge pull request #291882 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 b6ac286 + d9f86c3 commit 6486300

16 files changed

+17
-17
lines changed

articles/managed-ccf/includes/proposal-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 09/13/2023
66
ms.author: msmbaldwin
77

8-
# Prerequites include for quickstarts and how to guides for creating and submitting proposals.
8+
# Prerequisites include for quickstarts and how to guides for creating and submitting proposals.
99

1010
---
1111

articles/managed-ccf/includes/register-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 09/13/2023
66
ms.author: msmbaldwin
77

8-
# Prerequites include for quickstarts and how to guides for registering the Microsoft.ConfidentialLedger provider.
8+
# Prerequisites include for quickstarts and how to guides for registering the Microsoft.ConfidentialLedger provider.
99

1010
---
1111

articles/managed-ccf/includes/submit-vote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 09/13/2023
66
ms.author: msmbaldwin
77

8-
# Prerequites include for quickstarts and how to guides for registering the Microsoft.ConfidentialLedger provider.
8+
# Prerequisites include for quickstarts and how to guides for registering the Microsoft.ConfidentialLedger provider.
99

1010
---
1111

articles/managed-ccf/includes/view-members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 09/13/2023
66
ms.author: msmbaldwin
77

8-
# Prerequites include for quickstarts and how to guides for registering the Microsoft.ConfidentialLedger provider.
8+
# Prerequisites include for quickstarts and how to guides for registering the Microsoft.ConfidentialLedger provider.
99

1010
---
1111

articles/managed-ccf/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Managed CCF (Managed CCF) is a new and highly secure service for deploying
2525

2626
## Setup
2727

28-
This quickstart uses the Azure Identity library, along with Azure CLI or Azure PowerShell, to authenticate user to Azure Services. Developers can also use Visual Studio or Visual Studi- [OpenSSL](https://www.openssl.org/) on a computer running Windows or Linux.o Code to authenticate their calls. For more information, see [Authenticate the client with Azure Identity client library](/python/api/overview/azure/identity-readme).
28+
This quickstart uses the Azure Identity library, along with Azure CLI or Azure PowerShell, to authenticate user to Azure Services. Developers can also use Visual Studio on a computer running Windows or Linux Code to authenticate their calls. For more information, see [Authenticate the client with Azure Identity client library](/python/api/overview/azure/identity-readme).
2929

3030
### Sign in to Azure
3131

articles/managed-grafana/find-help-open-support-ticket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Find help or open a ticket for Azure Managed Grafana
3-
description: Learn how to find help, get tehcnical information or open a support ticket for Azure Managed Grafana
3+
description: Learn how to find help, get technical information or open a support ticket for Azure Managed Grafana
44
author: maud-lv
55
ms.service: azure-managed-grafana
66
ms.topic: troubleshooting

articles/migrate/azure-monitor-agent-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ As per the pricing change, you'll be billed against the volume of data gathered
5858
5959
| where DataType in (AzureMigrateDataTables)
6060
61-
| summarize AzureMigateGBperMonth=sum(Quantity)/1000
61+
| summarize AzureMigrateGBperMonth=sum(Quantity)/1000
6262
```
6363
6464
## Support for Azure Monitor agent in Azure Migrate

articles/migrate/how-to-set-up-appliance-hyper-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Import the downloaded file, and create an appliance.
6868
1. Extract the zipped VHD file to a folder on the Hyper-V host that will host the appliance. Three folders are extracted.
6969
2. Open Hyper-V Manager. In **Actions**, select **Import Virtual Machine**.
7070

71-
![Screenshot of preocedure to Deploy VHD.](./media/how-to-set-up-appliance-hyper-v/deploy-vhd.png)
71+
![Screenshot of procedure to Deploy VHD.](./media/how-to-set-up-appliance-hyper-v/deploy-vhd.png)
7272

7373
2. In the Import Virtual Machine Wizard > **Before you begin**, select **Next**.
7474
3. In **Locate Folder**, specify the folder containing the extracted VHD. Select **Next**.

articles/migrate/migrate-support-matrix-hyper-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.manager: abhemraj
77
ms.topic: conceptual
88
ms.service: azure-migrate
99
ms.date: 11/04/2024
10-
ms.cutom: engagement-fy25
10+
ms.custom: engagement-fy25
1111
---
1212

1313
# Support matrix for Hyper-V assessment

articles/migrate/troubleshoot-appliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ if ($Session -eq $null -or $Session.TestConnection() -eq $false)
253253
Write-Host "Connection established with $Hostname"
254254
#Get-WmiObject -Query "select uuid from Win32_ComputerSystemProduct"
255255
256-
$HostIntance = $Session.QueryInstances($HostNS, "WQL", "Select UUID from Win32_ComputerSystemProduct")
257-
$HostIntance | fl *
256+
$HostInstance = $Session.QueryInstances($HostNS, "WQL", "Select UUID from Win32_ComputerSystemProduct")
257+
$HostInstance | fl *
258258
````
259259

260260
When you run the preceding code, you need to provide the hostname of the target server. It can be IP address/FQDN/hostname. After that, you're prompted to provide the credentials to connect to the server.

0 commit comments

Comments
 (0)