Skip to content

Commit 5919c47

Browse files
committed
adding windows vm retargeting to the linux one
1 parent 63cf1a5 commit 5919c47

File tree

277 files changed

+734
-734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+734
-734
lines changed

articles/active-directory/active-directory-install-replica-active-directory-domain-controller.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Install a replica Active Directory domain controller in Azure | Microsoft Docs
33
description: A tutorial that explains how to install a domain controller from an on-premises Active Directory forest on an Azure virtual machine.
44
services: virtual-network
@@ -28,7 +28,7 @@ You might also be interested in these related topics:
2828
## Scenario diagram
2929
In this scenario, external users need to access applications that run on domain-joined servers. The VMs that run the application servers and the replica DCs are installed in an Azure virtual network. The virtual network can be connected to the on-premises network by a [site-to-site VPN](../vpn-gateway/vpn-gateway-site-to-site-create.md) connection, as shown in the following diagram, or you can use [ExpressRoute](../expressroute/expressroute-locations-providers.md) for a faster connection.
3030

31-
The application servers and the DCs are deployed within separate cloud services to distribute compute processing and within [availability sets](../virtual-machines/virtual-machines-windows-manage-availability.md) for improved fault tolerance.
31+
The application servers and the DCs are deployed within separate cloud services to distribute compute processing and within [availability sets](../virtual-machines/virtual-machines-windows-manage-availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) for improved fault tolerance.
3232
The DCs replicate with each other and with on-premises DCs by using Active Directory replication. No synchronization tools are needed.
3333

3434
![Diagram pf replica Active Directory domain controller an Azure vnet][1]

articles/active-directory/virtual-networks-windows-server-active-directory-virtual-machines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This navigation topic contains links to other topics about how to deploy Windows
2929
## How to articles
3030
* [Install a new Active Directory forest on an Azure virtual network](active-directory-new-forest-virtual-machine.md)
3131
* [Install a Replica Active Directory Domain Controller in Azure Virtual Networks](active-directory-install-replica-active-directory-domain-controller.md)
32-
* [Set up a hybrid cloud environment for testing](../virtual-machines/virtual-machines-windows-ps-hybrid-cloud-test-env-sim.md)
32+
* [Set up a hybrid cloud environment for testing](../virtual-machines/virtual-machines-windows-ps-hybrid-cloud-test-env-sim.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
3333

3434
## Additional Resources
3535
* [Sign up for Azure as an organization](sign-up-organization.md)

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: How to implement disaster recovery using service backup and restore in Azure API Management | Microsoft Docs
33
description: Learn how to use backup and restore to perform disaster recovery in Azure API Management.
44
services: api-management
@@ -46,7 +46,7 @@ All of the tasks that you do on resources using the Azure Resource Manager must
4646
The first step is to create an Azure Active Directory application. Log into the [Azure Classic Portal](http://manage.windowsazure.com/) using the subscription that contains your API Management service instance and navigate to the **Applications** tab for your default Azure Active Directory.
4747

4848
> [!NOTE]
49-
> If the Azure Active Directory default directory is not visible to your account, contact the administrator of the Azure subscription to grant the required permissions to your account. For information on locating your default directory, see "Locate your default directory in the Azure classic portal" in [Creating a Work or School identity in Azure Active Directory to use with Windows VMs](../virtual-machines/virtual-machines-windows-create-aad-work-id.md).
49+
> If the Azure Active Directory default directory is not visible to your account, contact the administrator of the Azure subscription to grant the required permissions to your account. For information on locating your default directory, see "Locate your default directory in the Azure classic portal" in [Creating a Work or School identity in Azure Active Directory to use with Windows VMs](../virtual-machines/virtual-machines-windows-create-aad-work-id.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
5050
>
5151
>
5252

articles/automation/automation-dsc-getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Getting started with Azure Automation DSC
33
description: Explanation and examples of the most common tasks in Azure Automation Desired State Configuration (DSC)
44
services: automation
@@ -30,7 +30,7 @@ To complete the examples in this topic, the following are required:
3030

3131
* An Azure Automation account. For instructions on creating an Azure Automation Run As account, see [Azure Run As Account](automation-sec-configure-azure-runas-account.md).
3232
* An Azure Resource Manager VM (not Classic) running Windows Server 2008 R2 or later. For instructions on creating a VM, see
33-
[Create your first Windows virtual machine in the Azure portal](../virtual-machines/virtual-machines-windows-hero-tutorial.md)
33+
[Create your first Windows virtual machine in the Azure portal](../virtual-machines/virtual-machines-windows-hero-tutorial.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
3434

3535
## Creating a DSC configuration
3636
We will create a simple [DSC configuration](https://msdn.microsoft.com/powershell/dsc/configurations) that ensures either the presence or absence of the **Web-Server** Windows Feature (IIS),

articles/azure-diagnostics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ For more advanced topics, see
5555

5656
* [Using Azure Diagnostics with Application Insights for Cloud Services](application-insights/app-insights-cloudservices.md)
5757
* [Trace the flow of a Cloud Services application with Azure Diagnostics](cloud-services/cloud-services-dotnet-diagnostics-trace-flow.md)
58-
* [Use PowerShell to set up diagnostics on Cloud Services](virtual-machines/virtual-machines-windows-ps-extensions-diagnostics.md)
58+
* [Use PowerShell to set up diagnostics on Cloud Services](virtual-machines/virtual-machines-windows-ps-extensions-diagnostics.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
5959

6060
## Virtual Machines using Azure Diagnostics
6161
* If using Visual Studio, see [Use Visual Studio to trace Azure Virtual Machines](vs-azure-tools-debug-cloud-services-virtual-machines.md) to get started. Otherwise, see
6262
* [Set up Azure Diagnostics on an Azure Virtual Machine](virtual-machines-dotnet-diagnostics.md)
6363

6464
For more advanced topics, see
6565

66-
* [Use PowerShell to set up diagnostics on Azure Virtual Machines](virtual-machines/virtual-machines-windows-ps-extensions-diagnostics.md)
67-
* [Create a Windows Virtual machine with monitoring and diagnostics using Azure Resource Manager Template](virtual-machines/virtual-machines-windows-extensions-diagnostics-template.md)
66+
* [Use PowerShell to set up diagnostics on Azure Virtual Machines](virtual-machines/virtual-machines-windows-ps-extensions-diagnostics.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
67+
* [Create a Windows Virtual machine with monitoring and diagnostics using Azure Resource Manager Template](virtual-machines/virtual-machines-windows-extensions-diagnostics-template.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
6868

6969
## Service Fabric using Azure Diagnostics
7070
Get started at [Monitor a Service Fabric application](service-fabric/service-fabric-diagnostics-how-to-monitor-and-diagnose-services-locally.md). Many other Service Fabric diagnostics articles are available in the navigation tree on the left once you get to this article.

articles/azure-glossary-cloud-terminology.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See also [How Azure subscriptions are associated with Azure Active Directory](ac
3434

3535
### <a name="availability-set"></a>availability set
3636
A collection of virtual machines that are managed together to provide application redundancy and reliability. The use of an availability set ensures that during either a planned or unplanned maintenance event at least one virtual machine is available.
37-
See also [Manage the availability of Windows virtual machines](virtual-machines/virtual-machines-windows-manage-availability.md) or [Manage the availability of Linux virtual machines](virtual-machines/virtual-machines-linux-manage-availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
37+
See also [Manage the availability of Windows virtual machines](virtual-machines/virtual-machines-windows-manage-availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) or [Manage the availability of Linux virtual machines](virtual-machines/virtual-machines-linux-manage-availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
3838

3939
### <a name="classic-model"></a>Azure classic deployment model
4040
One of two [deployment models](resource-manager-deployment-model.md) used to deploy resources in Azure (the new model is Azure Resource Manager). Some Azure resources can be deployed in one model or the other, while others can be deployed in both models. Guidance for individual Azure resources detail which model(s) a resource can be deployed with.
@@ -51,7 +51,7 @@ One of two [deployment models](resource-manager-deployment-model.md) used to dep
5151

5252
### <a name="fault-domain"></a>fault domain
5353
The collection of virtual machines in an availability set that can possibly fail at the same time. An example is a group of machines in a rack that share a common power source and network switch. In Azure, the virtual machines in an availability set are automatically separated across multiple fault domains.
54-
See also [Manage the availability of Windows virtual machines](virtual-machines/virtual-machines-windows-manage-availability.md) or [Manage the availability of Linux virtual machines](virtual-machines/virtual-machines-linux-manage-availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
54+
See also [Manage the availability of Windows virtual machines](virtual-machines/virtual-machines-windows-manage-availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) or [Manage the availability of Linux virtual machines](virtual-machines/virtual-machines-linux-manage-availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
5555

5656
### <a name="geo"></a>geo
5757
A defined boundary for data residency that typically contains two or more regions. The boundaries may be within or beyond national borders and are influenced by tax regulation. Every geo has at least one region. Examples of geos are Asia Pacific and Japan. Also called *geography*.
@@ -63,7 +63,7 @@ See also [Active Geo-Replication for Azure SQL Database](sql-database/sql-databa
6363

6464
### <a name="image"></a>image
6565
A file that contains the operating system and application configuration that can be used to create any number of virtual machines. In Azure there are two types of images: VM image and OS image. A VM image includes an operating system and all disks attached to a virtual machine when the image is created. An OS image contains only a generalized operating system with no data disk configurations.
66-
See also [Navigate and select Windows virtual machine images in Azure with PowerShell or the CLI](virtual-machines/virtual-machines-windows-cli-ps-findimage.md)
66+
See also [Navigate and select Windows virtual machine images in Azure with PowerShell or the CLI](virtual-machines/virtual-machines-windows-cli-ps-findimage.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
6767

6868
### <a name="limits"></a>limits
6969
The number of resources that can be created or the performance benchmark that can be achieved. Limits are typically associated with subscriptions, services, and offerings.
@@ -121,15 +121,15 @@ See also [Using tags to organize your Azure resources](resource-group-using-tags
121121

122122
### <a name="update-domain"></a>update domain
123123
The collection of virtual machines in an availability set that are updated at the same time. Virtual machines in the same update domain are restarted together during planned maintenance. Azure never restarts more than one update domain at a time. Also referred to as an upgrade domain.
124-
See also [Manage the availability of Windows virtual machines](virtual-machines/virtual-machines-windows-manage-availability.md) or [Manage the availability of Linux virtual machines](virtual-machines/virtual-machines-linux-manage-availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
124+
See also [Manage the availability of Windows virtual machines](virtual-machines/virtual-machines-windows-manage-availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) or [Manage the availability of Linux virtual machines](virtual-machines/virtual-machines-linux-manage-availability.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
125125

126126
### <a name="vm"></a>virtual machine
127127
The software implementation of a physical computer that runs an operating system. Multiple virtual machines can run simultaneously on the same hardware. In Azure, virtual machines are available in a variety of sizes.
128128
See also [Virtual Machines documentation](https://azure.microsoft.com/documentation/services/virtual-machines/)
129129

130130
### <a name="vm-extension"></a>virtual machine extension
131131
A resource that implements behaviors or features that either help other programs work or provide the ability for you to interact with a running computer. For example, you could use the VM Access extension to reset or modify remote access values on an Azure virtual machine.
132-
See also [About virtual machine extensions and features (Windows)](virtual-machines/virtual-machines-windows-extensions-features.md) or [About virtual machine extensions and features (Linux)](virtual-machines/virtual-machines-linux-extensions-features.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
132+
See also [About virtual machine extensions and features (Windows)](virtual-machines/virtual-machines-windows-extensions-features.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) or [About virtual machine extensions and features (Linux)](virtual-machines/virtual-machines-linux-extensions-features.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
133133

134134
### <a name="vnet"></a>virtual network
135135
A network that provides connectivity between your Azure resources that is isolated from all other Azure tenants. It can be connected to other Azure virtual networks through an [Azure VPN Gateway](vpn-gateway/vpn-gateway-about-vpngateways.md) and to your on-premises network using [multiple options](vpn-gateway/vpn-gateway-plan-design.md). You can fully control the IP address blocks, DNS settings, security policies, and route tables within this network.

articles/azure-government-image-gallery.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Azure Government Image Gallery | Microsoft Docs
33
description: This article provides an overview of the Azure Government Image Gallery and the images included
44
services: Azure-Government
@@ -231,8 +231,8 @@ The blades will close and it will go back to your portal dashboard view showing
231231
The below resources should provide more information on deploying from the image gallery or creating your own VHD. Please reference the [Azure Government Developer Guide](azure-government-developer-guide.md) to uncover an programmatic differences with endpoints when working with Azure Government.
232232

233233
### Other Resources:
234-
* [Deploying a Windows Virtual Machine](virtual-machines/virtual-machines-windows-hero-tutorial.md)
235-
* [Virtual Machine FAQ](virtual-machines/virtual-machines-windows-faq.md)
234+
* [Deploying a Windows Virtual Machine](virtual-machines/virtual-machines-windows-hero-tutorial.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
235+
* [Virtual Machine FAQ](virtual-machines/virtual-machines-windows-faq.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
236236
* [Capture Linux VM Image](virtual-machines/virtual-machines-linux-classic-capture-image.md)
237237

238238
<!--- **<A href="/azure-government-service-description">Azure Government Service Descriptions</a>**-->

articles/azure-government/documentation-government-compute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: ryansoc
2020
---
2121
# Azure Government Compute
2222
## Virtual Machines
23-
For details on this service and how to use it, see [Azure Virtual Machines Sizes](../virtual-machines/virtual-machines-windows-sizes.md).
23+
For details on this service and how to use it, see [Azure Virtual Machines Sizes](../virtual-machines/virtual-machines-windows-sizes.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
2424

2525
### Variations
2626
The following VM SKUs are generally available (GA) in Azure Government:

articles/azure-resource-manager/resource-group-overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Azure Resource Manager Overview | Microsoft Docs
33
description: Describes how to use Azure Resource Manager for deployment, management, and access control of resources on Azure.
44
services: azure-resource-manager
@@ -150,13 +150,13 @@ If you envision your tiers having separate lifecycles, you can deploy your three
150150

151151
For more suggestions about designing your templates, see [Patterns for designing Azure Resource Manager templates](../best-practices-resource-manager-design-templates.md). For information about nested templates, see [Using linked templates with Azure Resource Manager](../resource-group-linked-templates.md).
152152

153-
For a four part series about automating deployment, see [Automating application deployments to Azure Virtual Machines](../virtual-machines/virtual-machines-windows-dotnet-core-1-landing.md). This series covers application architecture, access and security, availability and scale, and application deployment.
153+
For a four part series about automating deployment, see [Automating application deployments to Azure Virtual Machines](../virtual-machines/virtual-machines-windows-dotnet-core-1-landing.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). This series covers application architecture, access and security, availability and scale, and application deployment.
154154

155155
Azure Resource Manager analyzes dependencies to ensure resources are created in the correct order. If one resource relies on a value from another resource (such as a virtual machine needing a storage account for disks), you set a dependency. For more information, see [Defining dependencies in Azure Resource Manager templates](../resource-group-define-dependencies.md).
156156

157157
You can also use the template for updates to the infrastructure. For example, you can add a resource to your solution and add configuration rules for the resources that are already deployed. If the template specifies creating a resource but that resource already exists, Azure Resource Manager performs an update instead of creating a new asset. Azure Resource Manager updates the existing asset to the same state as it would be as new.
158158

159-
Resource Manager provides extensions for scenarios when you need additional operations such as installing particular software that is not included in the setup. If you are already using a configuration management service, like DSC, Chef or Puppet, you can continue working with that service by using extensions. For information about virtual machine extensions, see [About virtual machine extensions and features](../virtual-machines/virtual-machines-windows-extensions-features.md).
159+
Resource Manager provides extensions for scenarios when you need additional operations such as installing particular software that is not included in the setup. If you are already using a configuration management service, like DSC, Chef or Puppet, you can continue working with that service by using extensions. For information about virtual machine extensions, see [About virtual machine extensions and features](../virtual-machines/virtual-machines-windows-extensions-features.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
160160

161161
Finally, the template becomes part of the source code for your app. You can check it in to your source code repository and update it as your app evolves. You can edit the template through Visual Studio.
162162

0 commit comments

Comments
 (0)