Skip to content

Commit

Permalink
adding windows vm retargeting to the linux one
Browse files Browse the repository at this point in the history
  • Loading branch information
squillace committed Nov 14, 2016
1 parent 63cf1a5 commit 5919c47
Show file tree
Hide file tree
Showing 277 changed files with 734 additions and 734 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Install a replica Active Directory domain controller in Azure | Microsoft Docs
description: A tutorial that explains how to install a domain controller from an on-premises Active Directory forest on an Azure virtual machine.
services: virtual-network
Expand Down Expand Up @@ -28,7 +28,7 @@ You might also be interested in these related topics:
## Scenario diagram
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.

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.
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.
The DCs replicate with each other and with on-premises DCs by using Active Directory replication. No synchronization tools are needed.

![Diagram pf replica Active Directory domain controller an Azure vnet][1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This navigation topic contains links to other topics about how to deploy Windows
## How to articles
* [Install a new Active Directory forest on an Azure virtual network](active-directory-new-forest-virtual-machine.md)
* [Install a Replica Active Directory Domain Controller in Azure Virtual Networks](active-directory-install-replica-active-directory-domain-controller.md)
* [Set up a hybrid cloud environment for testing](../virtual-machines/virtual-machines-windows-ps-hybrid-cloud-test-env-sim.md)
* [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)

## Additional Resources
* [Sign up for Azure as an organization](sign-up-organization.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: How to implement disaster recovery using service backup and restore in Azure API Management | Microsoft Docs
description: Learn how to use backup and restore to perform disaster recovery in Azure API Management.
services: api-management
Expand Down Expand Up @@ -46,7 +46,7 @@ All of the tasks that you do on resources using the Azure Resource Manager must
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.

> [!NOTE]
> 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).
> 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).
>
>
Expand Down
4 changes: 2 additions & 2 deletions articles/automation/automation-dsc-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Getting started with Azure Automation DSC
description: Explanation and examples of the most common tasks in Azure Automation Desired State Configuration (DSC)
services: automation
Expand Down Expand Up @@ -30,7 +30,7 @@ To complete the examples in this topic, the following are required:

* 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).
* An Azure Resource Manager VM (not Classic) running Windows Server 2008 R2 or later. For instructions on creating a VM, see
[Create your first Windows virtual machine in the Azure portal](../virtual-machines/virtual-machines-windows-hero-tutorial.md)
[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)

## Creating a DSC configuration
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),
Expand Down
6 changes: 3 additions & 3 deletions articles/azure-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ For more advanced topics, see

* [Using Azure Diagnostics with Application Insights for Cloud Services](application-insights/app-insights-cloudservices.md)
* [Trace the flow of a Cloud Services application with Azure Diagnostics](cloud-services/cloud-services-dotnet-diagnostics-trace-flow.md)
* [Use PowerShell to set up diagnostics on Cloud Services](virtual-machines/virtual-machines-windows-ps-extensions-diagnostics.md)
* [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)

## Virtual Machines using Azure Diagnostics
* 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
* [Set up Azure Diagnostics on an Azure Virtual Machine](virtual-machines-dotnet-diagnostics.md)

For more advanced topics, see

* [Use PowerShell to set up diagnostics on Azure Virtual Machines](virtual-machines/virtual-machines-windows-ps-extensions-diagnostics.md)
* [Create a Windows Virtual machine with monitoring and diagnostics using Azure Resource Manager Template](virtual-machines/virtual-machines-windows-extensions-diagnostics-template.md)
* [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)
* [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)

## Service Fabric using Azure Diagnostics
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.
Expand Down
10 changes: 5 additions & 5 deletions articles/azure-glossary-cloud-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See also [How Azure subscriptions are associated with Azure Active Directory](ac

### <a name="availability-set"></a>availability set
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.
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)
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)

### <a name="classic-model"></a>Azure classic deployment model
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.
Expand All @@ -51,7 +51,7 @@ One of two [deployment models](resource-manager-deployment-model.md) used to dep

### <a name="fault-domain"></a>fault domain
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.
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)
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)

### <a name="geo"></a>geo
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*.
Expand All @@ -63,7 +63,7 @@ See also [Active Geo-Replication for Azure SQL Database](sql-database/sql-databa

### <a name="image"></a>image
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.
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)
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)

### <a name="limits"></a>limits
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.
Expand Down Expand Up @@ -121,15 +121,15 @@ See also [Using tags to organize your Azure resources](resource-group-using-tags

### <a name="update-domain"></a>update domain
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.
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)
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)

### <a name="vm"></a>virtual machine
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.
See also [Virtual Machines documentation](https://azure.microsoft.com/documentation/services/virtual-machines/)

### <a name="vm-extension"></a>virtual machine extension
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.
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)
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)

### <a name="vnet"></a>virtual network
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.
Expand Down
6 changes: 3 additions & 3 deletions articles/azure-government-image-gallery.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Azure Government Image Gallery | Microsoft Docs
description: This article provides an overview of the Azure Government Image Gallery and the images included
services: Azure-Government
Expand Down Expand Up @@ -231,8 +231,8 @@ The blades will close and it will go back to your portal dashboard view showing
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.

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

<!--- **<A href="/azure-government-service-description">Azure Government Service Descriptions</a>**-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ms.author: ryansoc
---
# Azure Government Compute
## Virtual Machines
For details on this service and how to use it, see [Azure Virtual Machines Sizes](../virtual-machines/virtual-machines-windows-sizes.md).
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).

### Variations
The following VM SKUs are generally available (GA) in Azure Government:
Expand Down
6 changes: 3 additions & 3 deletions articles/azure-resource-manager/resource-group-overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Azure Resource Manager Overview | Microsoft Docs
description: Describes how to use Azure Resource Manager for deployment, management, and access control of resources on Azure.
services: azure-resource-manager
Expand Down Expand Up @@ -150,13 +150,13 @@ If you envision your tiers having separate lifecycles, you can deploy your three

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).

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.
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.

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).

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.

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).
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).

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.

Expand Down
Loading

0 comments on commit 5919c47

Please sign in to comment.