Skip to content

Commit 0095f8a

Browse files
committed
few small changes
1 parent deb13d6 commit 0095f8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/devtest-labs/devtest-lab-shared-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Azure DevTest Labs virtual machines (VMs) can share a public IP address, to mini
1111

1212
## Shared IP settings
1313

14-
Azure DevTest Labs creates labs in virtual networks, which can have one or more subnets. The default subnet has **Enable shared public IP** set to **Yes**. This configuration creates one public IP address for the entire subnet. Any VMs in this subnet default to using a shared IP.
14+
Azure DevTest Labs creates labs in virtual networks, which can have one or more subnets. The default subnet has **Enable shared public IP** set to **Yes**. This configuration creates one public IP address for the entire subnet. Any VMs in this subnet default to using the shared IP.
1515

1616
For more information about configuring virtual networks and subnets, see [Configure a virtual network in Azure DevTest Labs](devtest-lab-configure-vnet.md).
1717

articles/devtest-labs/import-virtual-machines-from-another-lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you don't specify a source VM, the script automatically imports all VMs in th
5454

5555
The REST call is simple. You provide the information to identify the source and destination resources. The operation takes place on the destination lab resource.
5656

57-
```rest-api
57+
```http
5858
POST https://management.azure.com/subscriptions/<DestinationSubscriptionID>/resourceGroups/<DestinationResourceGroup>/providers/Microsoft.DevTestLab/labs/<DestinationLab>/ImportVirtualMachine?api-version=2017-04-26-preview
5959
{
6060
sourceVirtualMachineResourceId: "/subscriptions/<SourceSubscriptionID>/resourcegroups/<SourceResourceGroup>/providers/microsoft.devtestlab/labs/<SourceLab>/virtualmachines/<NameofVMTobeImported>",

0 commit comments

Comments
 (0)