Skip to content

Commit a2e3cf7

Browse files
authored
Merge pull request #261576 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 e4dae81 + 9757e71 commit a2e3cf7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/ai-services/document-intelligence/concept-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
101101

102102
::: moniker-end
103103

104-
::: moniker range=">=doc-intel-2.1.0"
104+
::: moniker range="doc-intel-2.1.0"
105105

106106
* Supported file formats: JPEG, PNG, PDF, and TIFF
107107
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.

articles/copilot/get-information-resource-graph.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Here are a few examples of the kinds of prompts you can use to generate Azure Re
4141

4242
## Examples
4343

44-
You can Ask Microsoft Copilot for Azure (preview) to write queries with prompts like "Write a query to list my virtual machines with their public interface and public IP.
44+
You can Ask Microsoft Copilot for Azure (preview) to write queries with prompts like "**Write a query to list my virtual machines with their public interface and public IP.**"
4545

4646
:::image type="content" source="media/get-information-resource-graph/azure-resource-graph-explorer-list-vms.png" alt-text="Screenshot of Microsoft Copilot for Azure responding to a request to list VMs.":::
4747

48-
If the generated query isn't exactly what you want, you can ask Microsoft Copilot for Azure (preview) to make changes. In this example, the first prompt is "Write a KQL query to list my VMs by OS." After the query is shown, the additional prompt "Sorted alphabetically" results in a revised query that lists the OS alphabetically by name.
48+
If the generated query isn't exactly what you want, you can ask Microsoft Copilot for Azure (preview) to make changes. In this example, the first prompt is "**Write a KQL query to list my VMs by OS.**" After the query is shown, the additional prompt "Sorted alphabetically" results in a revised query that lists the OS alphabetically by name.
4949

5050
:::image type="content" source="media/get-information-resource-graph/azure-resource-graph-query-refine.png" alt-text="Screenshot of Microsoft Copilot for Azure (preview) generating and then revising a query to list VMs by OS.":::
5151

52-
You can view the generated query in Azure Resource Graph Explorer by selecting **Run**. For example, you can ask "What resources were created in the last 24 hours?" After Microsoft Copilot for Azure (preview) generates the query, select **Run** to see the query and results in Azure Resource Graph Explorer.
52+
You can view the generated query in Azure Resource Graph Explorer by selecting **Run**. For example, you can ask "**What resources were created in the last 24 hours?**" After Microsoft Copilot for Azure (preview) generates the query, select **Run** to see the query and results in Azure Resource Graph Explorer.
5353

5454
:::image type="content" source="media/get-information-resource-graph/azure-resource-graph-last-24-hours.png" lightbox="media/get-information-resource-graph/azure-resource-graph-last-24-hours.png" alt-text="Screenshot showing Microsoft Copilot for Azure generating a query and showing results in Azure Resource Graph Explorer.":::
5555

articles/education-hub/azure-dev-tools-teaching/program-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sections:
2424
answer: |
2525
Azure for Students is available only to students who meet the following requirements:
2626
27-
- You must affirm that you are age 18 or older and attend an accredited, degree-granting, two-year or four-year educational institution where you’re a full-time student.
27+
- You must affirm that you attend an accredited, degree-granting, two-year or four-year educational institution where you’re a full-time student.
2828
- You must verify your academic status through your organization's email address.
2929
- See the [Azure for Students Offer](https://azure.microsoft.com/offers/ms-azr-0170p/) for detailed terms of use.
3030

articles/operator-nexus/quickstarts-virtual-machine-deployment-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Before you run the commands, you need to set several variables to define the con
3232
| RESOURCE_GROUP | The name of the Azure resource group where you want to create the virtual machine. |
3333
| SUBSCRIPTION | The ID of your Azure subscription. |
3434
| CUSTOM_LOCATION | This argument specifies a custom location of the Nexus instance. |
35-
| CSN_ARM_ID | CSN ID is the unique identifier for the cloud services network you want to use. |
36-
| L3_NETWORK_ID | L3 Network ID is the unique identifier for the network interface to be used by the virtual machine. |
37-
| NETWORK_INTERFACE_NAME | The name of the L3 network interface for the virtual machine. |
35+
| CSN_ARM_ID | The ARM ID of the cloud services network that the virtual machine will be connected to. |
36+
| L3_NETWORK_ID | The ARM ID of the L3 network that the virtual machine will be connected to. |
37+
| NETWORK_INTERFACE_NAME | The name of the L3 network interface to be assigned. |
3838
| ADMIN_USERNAME | The username for the virtual machine administrator. |
3939
| SSH_PUBLIC_KEY | The SSH public key that is used for secure communication with the virtual machine. |
4040
| CPU_CORES | The number of CPU cores for the virtual machine (even number, max 46 vCPUs) |

articles/site-recovery/avs-tutorial-prepare-avs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create the account as follows:
4747
Task | Role/Permissions | Details
4848
--- | --- | ---
4949
VM discovery | At least a read-only user<br/><br/> Data Center object > Propagate to Child Object, role=Read-only | User is assigned at the datacenter level and has access to all the objects in the datacenter.<br/><br/> To restrict access, assign the **No access** role with the **Propagate to child** object to the child objects (vSphere hosts, datastores, VMs, and networks).
50-
Full replication, failover, failback | Create a role (Azure_Site_Recovery) with the required permissions, and then assign the role to a VMware user or group<br/><br/> Data Center object > Propagate to Child Object, role=Azure_Site_Recovery<br/><br/> Datastore > Allocate space, browse datastore, low-level file operations, remove file, update virtual machine files<br/><br/> Network > Network assign<br/><br/> Resource > Assign VM to resource pool, migrate powered off VM, migrate powered on VM<br/><br/> Tasks > Create task, update task<br/><br/> Virtual machine > Configuration<br/><br/> Virtual machine > Interact > answer question, device connection, configure CD media, configure floppy media, power off, power on, VMware tools install<br/><br/> Virtual machine > Inventory > Create, register, unregister<br/><br/> Virtual machine > Provisioning > Allow virtual machine download, allow virtual machine files upload<br/><br/> Virtual machine > Snapshots > Remove snapshots | User is assigned at the datacenter level and has access to all the objects in the datacenter.<br/><br/> To restrict access, assign the **No access** role with the **Propagate to child** object to the child objects (vSphere hosts, datastores, VMs, and networks).
50+
Full replication, failover, failback | Create a role (Azure_Site_Recovery) with the required permissions, and then assign the role to a VMware user or group<br/><br/> Data Center object > Propagate to Child Object, role=Azure_Site_Recovery<br/><br/> Datastore > Allocate space, browse datastore, low-level file operations, remove file, update virtual machine files<br/><br/> Network > Network assign<br/><br/> Resource > Assign VM to resource pool, migrate powered off VM, migrate powered on VM<br/><br/> Scheduled Tasks > Create task, update task<br/><br/> Virtual machine > Configuration<br/><br/> Virtual machine > Interact > answer question, device connection, configure CD media, configure floppy media, power off, power on, VMware tools install<br/><br/> Virtual machine > Inventory > Create, register, unregister<br/><br/> Virtual machine > Provisioning > Allow virtual machine download, allow virtual machine files upload<br/><br/> Virtual machine > Snapshots > Remove snapshots | User is assigned at the datacenter level and has access to all the objects in the datacenter.<br/><br/> To restrict access, assign the **No access** role with the **Propagate to child** object to the child objects (vSphere hosts, datastores, VMs, and networks).
5151

5252
## Prepare an account for Mobility service installation
5353

0 commit comments

Comments
 (0)