Skip to content

Commit

Permalink
changing name of windows tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthn committed Feb 24, 2016
1 parent 105f1f1 commit 09b22b2
Show file tree
Hide file tree
Showing 43 changed files with 168 additions and 168 deletions.
2 changes: 1 addition & 1 deletion articles/azure-government-developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ If you are interested in learning more and about Azure Government please leverag


<!--Link references-->
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines-windows-tutorial.md
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines-windows-hero-tutorial.md
[Link 2 to another azure.microsoft.com documentation topic]: web-sites-custom-domain-name.md
[Link 3 to another azure.microsoft.com documentation topic]: storage-whatis-account.md
4 changes: 2 additions & 2 deletions articles/azure-government-image-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The below resources should provide more information on deploying from the image

###Other Resources:

- [Deploying a Windows Virtual Machine](../virtual-machines/virtual-machines-windows-tutorial.md)
- [Deploying a Windows Virtual Machine](../virtual-machines/virtual-machines-windows-hero-tutorial.md)

- [Deploying a Linux Virtual Machine](../virtual-machines/virtual-machines-linux-cli-create.md)

Expand All @@ -114,6 +114,6 @@ The below resources should provide more information on deploying from the image
[2]: ./media/azure-government-overview/azure-gov-overview.jpg

<!--Link references-->
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines/virtual-machines-windows-tutorial.md
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines/virtual-machines-windows-hero-tutorial.md
[Link 2 to another azure.microsoft.com documentation topic]: app-service-web/web-sites-custom-domain-name.md
[Link 3 to another azure.microsoft.com documentation topic]: storage-whatis-account.md
2 changes: 1 addition & 1 deletion articles/azure-government-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ If you are interested in learning more and about Azure Government please leverag
[2]: ./media/azure-government-overview/azure-gov-overview.jpg

<!--Link references-->
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines/virtual-machines-windows-tutorial.md
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines/virtual-machines-windows-hero-tutorial.md
[Link 2 to another azure.microsoft.com documentation topic]: app-service-web/web-sites-custom-domain-name.md
[Link 3 to another azure.microsoft.com documentation topic]: storage-whatis-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can enable remote debugging in Azure, for cloud services or virtual machines

## Enabling remote debugging for virtual machines

1. Create an Azure virtual machine. See [Create a Virtual Machine Running Windows Server](/virtual-machines/virtual-machines-windows-tutorial.md) or [Create and Manage Azure Virtual Machines in Visual Studio](/virtual-machines-windows-classic-manage-visual-studio.md).
1. Create an Azure virtual machine. See [Create a Virtual Machine Running Windows Server](/virtual-machines/virtual-machines-windows-hero-tutorial.md) or [Create and Manage Azure Virtual Machines in Visual Studio](/virtual-machines-windows-classic-manage-visual-studio.md).
2. On the [Azure classic portal page](http://go.microsoft.com/fwlink/p/?LinkID=269851), view the virtual machine's dashboard to see the virtual machine’s **RDP CERTIFICATE THUMBPRINT**. This value is used for the `ServerThumbprint` value in the extension configuration.
3. Create a client certificate as outlined in [Certificates Overview for Azure Cloud Services](cloud-services-certs-create.md) (keep the .pfx and RDP certificate thumbprint).
4. Install Azure Powershell (version 0.7.4 or later) as outlined in [How to install and configure Azure PowerShell](/powershell-install-configure.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ instead of creating a new one.

## Creating the JMeter Master Virtual Machine

Next [create a Windows VM](../articles/virtual-machines-windows-tutorial/) using the
Next [create a Windows VM](../articles/virtual-machines-windows-hero-tutorial/) using the
*Windows Server 2008 R2 SP1* image. We recommend selecting a VM size with sufficient cores and memory
to run the performance tests. Ideally this will be a machine with at least 2 cores and 3.5GB of RAM
(A2 Standard or bigger).
Expand Down
4 changes: 2 additions & 2 deletions articles/hdinsight/hdinsight-hbase-provision-vnet-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ To begin working with your new HBase cluster, you can use the procedures found i

##Connect to the HBase cluster provisioned in the virtual network by using HBase Java RPC APIs

1. Provision an infrastructure as a service (IaaS) virtual machine into the same Azure virtual network and the same subnet. So both the virtual machine and the HBase cluster use the same internal DNS server to resolve host names. To do so, you must choose the **From Gallery** option, and select the virtual network instead of a data center. For instructions, see [Create a Virtual Machine Running Windows Server](../virtual-machines/virtual-machines-windows-tutorial.md). A standard Windows Server 2012 image with a small VM size is sufficient.
1. Provision an infrastructure as a service (IaaS) virtual machine into the same Azure virtual network and the same subnet. So both the virtual machine and the HBase cluster use the same internal DNS server to resolve host names. To do so, you must choose the **From Gallery** option, and select the virtual network instead of a data center. For instructions, see [Create a Virtual Machine Running Windows Server](../virtual-machines/virtual-machines-windows-hero-tutorial.md). A standard Windows Server 2012 image with a small VM size is sufficient.

2. When using a Java application to connect to HBase remotely, you must use the fully qualified domain name (FQDN). To determine this, you must get the connection-specific DNS suffix of the HBase cluster. To do that, use Curl to query Ambari, or use Remote Desktop to connect to the cluster.

Expand Down Expand Up @@ -397,7 +397,7 @@ In this tutorial you learned how to provision an HBase cluster. To learn more, s
[hbase-get-started]: hdinsight-hbase-tutorial-get-started.md
[hbase-twitter-sentiment]: hdinsight-hbase-analyze-twitter-sentiment.md
[vnet-overview]: ../virtual-network/virtual-networks-overview.md
[vm-create]: ../virtual-machines/virtual-machines-windows-tutorial.md
[vm-create]: ../virtual-machines/virtual-machines-windows-hero-tutorial.md

[azure-portal]: https://management.windowsazure.com
[azure-create-storageaccount]: ../storage-create-storage-account.md
Expand Down
4 changes: 2 additions & 2 deletions articles/hdinsight/hdinsight-hbase-provision-vnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To begin working with your new HBase cluster, you can use the procedures found i

##Connect to the HBase cluster using HBase Java RPC APIs

1. Create an infrastructure as a service (IaaS) virtual machine into the same Azure virtual network and the same subnet. So both the virtual machine and the HBase cluster use the same internal DNS server to resolve host names. To do so, you must choose the **From Gallery** option, and select the virtual network instead of a data center. For instructions, see [Create a Virtual Machine Running Windows Server](../virtual-machines/virtual-machines-windows-tutorial.md). A standard Windows Server 2012 image with a small VM size is sufficient.
1. Create an infrastructure as a service (IaaS) virtual machine into the same Azure virtual network and the same subnet. So both the virtual machine and the HBase cluster use the same internal DNS server to resolve host names. To do so, you must choose the **From Gallery** option, and select the virtual network instead of a data center. For instructions, see [Create a Virtual Machine Running Windows Server](../virtual-machines/virtual-machines-windows-hero-tutorial.md). A standard Windows Server 2012 image with a small VM size is sufficient.

2. When using a Java application to connect to HBase remotely, you must use the fully qualified domain name (FQDN). To determine this, you must get the connection-specific DNS suffix of the HBase cluster. To do that, use Curl to query Ambari, or use Remote Desktop to connect to the cluster.

Expand Down Expand Up @@ -233,7 +233,7 @@ In this tutorial you learned how to create an HBase cluster. To learn more, see:
[hbase-get-started]: hdinsight-hbase-tutorial-get-started.md
[hbase-twitter-sentiment]: hdinsight-hbase-analyze-twitter-sentiment.md
[vnet-overview]: ../virtual-network/virtual-networks-overview.md
[vm-create]: ../virtual-machines/virtual-machines-windows-tutorial.md
[vm-create]: ../virtual-machines/virtual-machines-windows-hero-tutorial.md

[azure-portal]: https://portal.azure.com
[azure-create-storageaccount]: ../storage-create-storage-account.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Some steps are shared between the different types of solutions. This article pro

- [Setting up Azure PowerShell](marketplace-publishing-powershell-setup.md)
- [Creating a VM image on-premises](marketplace-publishing-vm-image-creation-on-premise.md)
- [Create a virtual machine running Windows in the Azure preview portal](../virtual-machines-windows-tutorial/)
- [Create a virtual machine running Windows in the Azure preview portal](../virtual-machines-windows-hero-tutorial/)

**Data Services**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Now that you reviewed the prerequisites and completed the necessary tasks, you c

## See also
- [Getting started: How to publish an offer to the Azure Marketplace](marketplace-publishing-getting-started.md)
- [Create a virtual machine running Windows in the Azure preview portal](../virtual-machines/virtual-machines-windows-tutorial/)
- [Create a virtual machine running Windows in the Azure preview portal](../virtual-machines/virtual-machines-windows-hero-tutorial/)


[link-acct-creation]:marketplace-publishing-accounts-creation-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This section covers some more advanced diagnostic tasks, which may be useful if
### Prerequisites
To perform some of the diagnostic tasks in this section, you need access to a management tool for SQL databases such as **SQL Server Management Studio** or the management functionality built into the **Azure classic portal**.

SQL Server Management Studio is a free Windows application, which offers the most advanced capabilities. If you do not have access to a Windows machine (for example if you are using a Mac), consider provisioning a Virtual Machine in Azure as shown in [Create a Virtual Machine Running Windows Server](../virtual-machines-windows-tutorial.md) and then connecting remotely to it. If you intend to use the VM primarily for the purpose of running SQL Server Management Studio, a **Basic A0** (formerly "Extra Small") instance should be sufficient.
SQL Server Management Studio is a free Windows application, which offers the most advanced capabilities. If you do not have access to a Windows machine (for example if you are using a Mac), consider provisioning a Virtual Machine in Azure as shown in [Create a Virtual Machine Running Windows Server](../virtual-machines-windows-hero-tutorial.md) and then connecting remotely to it. If you intend to use the VM primarily for the purpose of running SQL Server Management Studio, a **Basic A0** (formerly "Extra Small") instance should be sufficient.

The Azure classic portal offers a built-in management experience, which is more limited, but is available without a local install.

Expand Down
2 changes: 1 addition & 1 deletion articles/remoteapp/remoteapp-image-on-azurevm.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use these steps to create an image based on an Azure VM.

1. Create an Azure virtual machine. You can use the “Windows Server Remote Desktop Session Host” or the "Windows Server Remote Desktop Session Host with Microsoft Office 365 ProPlus" image from the Azure virtual machine image gallery. This image meets all the Azure RemoteApp template image requirements.

For details, see [Create a VM running Windows](../virtual-machines/virtual-machines-windows-tutorial.md).
For details, see [Create a VM running Windows](../virtual-machines/virtual-machines-windows-hero-tutorial.md).

2. Connect to the VM and install and configure the apps that you want to share through RemoteApp. Make sure to perform any additional Windows configurations required by your apps.

Expand Down
2 changes: 1 addition & 1 deletion articles/search/search-dev-case-study-whattopedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ The following code builds the indexer mentioned in the section on building the p


<!--Link references-->
[Link 1 to another azure.microsoft.com documentation topic]: ../virtual-machines-windows-tutorial.md
[Link 1 to another azure.microsoft.com documentation topic]: ../virtual-machines-windows-hero-tutorial.md
[Link 2 to another azure.microsoft.com documentation topic]: ../web-sites-custom-domain-name.md
[Link 3 to another azure.microsoft.com documentation topic]: ../storage-whatis-account.md

2 changes: 1 addition & 1 deletion articles/storage/storage-dotnet-how-to-use-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ When a client accesses File storage, the SMB version used depends on the SMB ver
To demonstrate how to mount an Azure file share, we'll now create an Azure virtual machine running Windows, and remote into it to mount the share.


1. First, create a new Azure virtual machine by following the instructions in [Create a Windows virtual machine in the Azure Portal](../virtual-machines/virtual-machines-windows-tutorial.md).
1. First, create a new Azure virtual machine by following the instructions in [Create a Windows virtual machine in the Azure Portal](../virtual-machines/virtual-machines-windows-hero-tutorial.md).
2. Next, remote into the virtual machine by following the instructions in [Log on to a Windows virtual machine using the Azure Portal](../virtual-machines/virtual-machines-windows-log-on.md).
3. Open a PowerShell window on the virtual machine.

Expand Down
4 changes: 2 additions & 2 deletions articles/storage/storage-premium-storage-preview-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ This section shows how to create a Premium Storage account using the Azure Previ

5. On the **Storage Account** blade, keep the default values for **Resource Group**, **Subscription**, **Location**, and **Diagnostics**. Click **Create**.

For a complete walk-through inside an Azure environment, see [Create a Virtual Machine Running Windows in the Azure Preview Portal](../virtual-machines/virtual-machines-windows-tutorial.md).
For a complete walk-through inside an Azure environment, see [Create a Virtual Machine Running Windows in the Azure Preview Portal](../virtual-machines/virtual-machines-windows-hero-tutorial.md).

### Create an Azure virtual machine using Premium Storage via Azure PowerShell
This PowerShell example shows how to create a new Premium Storage account and attach a data disk that uses that account to a new Azure virtual machine.
Expand Down Expand Up @@ -389,7 +389,7 @@ azure storage account create "premiumtestaccount" -l "west us" --type PLRS

- [Using Blob Service Operations with Azure Premium Storage](http://go.microsoft.com/fwlink/?LinkId=521969)
- [Migrating to Azure Premium Storage](storage-migration-to-premium-storage.md).
- [Create a Virtual Machine Running Windows](../virtual-machines-windows-tutorial-azure-preview.md)
- [Create a Virtual Machine Running Windows](../virtual-machines-windows-hero-tutorial-azure-preview.md)
- [Virtual Machine and Cloud Service Sizes for Azure](../virtual-machines/virtual-machines-linux-sizes.md)
- [Storage Documentation](https://azure.microsoft.com/documentation/services/storage/)

Expand Down
4 changes: 2 additions & 2 deletions articles/storage/storage-premium-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ This section shows how to create a Premium Storage account using the Azure Porta

5. On the **Storage Account** blade, keep the default values for **Resource Group**, **Subscription**, **Location**, and **Diagnostics**. Click **Create**.

For a complete walk-through inside an Azure environment, see [Create a Windows virtual machine in the Azure portal](../virtual-machines/virtual-machines-windows-tutorial.md).
For a complete walk-through inside an Azure environment, see [Create a Windows virtual machine in the Azure portal](../virtual-machines/virtual-machines-windows-hero-tutorial.md).

### Create an Azure virtual machine using Premium Storage via Azure PowerShell
This PowerShell example shows how to create a new Premium Storage account and attach a data disk that uses that account to a new Azure virtual machine.
Expand Down Expand Up @@ -389,7 +389,7 @@ azure storage account create "premiumtestaccount" -l "west us" --type PLRS

- [Using Blob Service Operations with Azure Premium Storage](http://go.microsoft.com/fwlink/?LinkId=521969)
- [Migrating to Azure Premium Storage](storage-migration-to-premium-storage.md)
- [Create a Windows virtual machine in the Azure portal](../virtual-machines/virtual-machines-windows-tutorial.md)
- [Create a Windows virtual machine in the Azure portal](../virtual-machines/virtual-machines-windows-hero-tutorial.md)
- [Sizes for Virtual Machines](../virtual-machines/virtual-machines-linux-sizes.md)
- [Storage Documentation](https://azure.microsoft.com/documentation/services/storage/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You are ready to go to the [Docker User Guide] and use your Docker VM. To create


<!--Link references-->
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines-windows-tutorial.md
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines-windows-hero-tutorial.md
[Link 2 to another azure.microsoft.com documentation topic]: ../web-sites-custom-domain-name.md
[Link 3 to another azure.microsoft.com documentation topic]: ../storage-whatis-account.md
[How to use the Docker VM Extension with the Portal]: http://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-portal/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Go to the [Docker user guide](https://docs.docker.com/userguide/) and create som
[uploaditem]: ./media/virtual-machines-linux-classic-docker-machine/uploaditem.png

<!--Link references-->
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines-windows-tutorial.md
[Link 1 to another azure.microsoft.com documentation topic]: virtual-machines-windows-hero-tutorial.md
[Link 2 to another azure.microsoft.com documentation topic]: ../web-sites-custom-domain-name.md
[Link 3 to another azure.microsoft.com documentation topic]: ../storage-whatis-account.md
[Docker Swarm on Azure]: virtual-machines-linux-docker-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Create a Linux virtual machine

> [AZURE.SELECTOR]
- [Portal - Windows](virtual-machines-windows-tutorial.md)
- [Portal - Windows](virtual-machines-windows-hero-tutorial.md)
- [PowerShell](virtual-machines-windows-create-powershell.md)
- [PowerShell - Template](virtual-machines-windows-ps-template.md)
- [Portal - Linux](virtual-machines-linux-tutorial-portal-rm.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Use an image based on an existing Azure virtual machine by *capturing* that VM,
<!-- LINKS -->
[overview]: ../resource-group-overview.md

[Create a Virtual Machine Running Windows]: virtual-machines-windows-tutorial.md
[Create a Virtual Machine Running Windows]: virtual-machines-windows-hero-tutorial.md
[Create a Virtual Machine Running Linux]: virtual-machines-linux-cli-create.md


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Create a Virtual Machine Running Linux using the Azure portal

> [AZURE.SELECTOR]
- [Portal - Windows](virtual-machines-windows-tutorial.md)
- [Portal - Windows](virtual-machines-windows-hero-tutorial.md)
- [PowerShell](virtual-machines-windows-create-powershell.md)
- [PowerShell - Template](virtual-machines-windows-ps-template.md)
- [Portal - Linux](virtual-machines-linux-tutorial-portal-rm.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This article shows you how to use the Azure PowerShell to capture an Azure virtu

## Prerequisites

These steps assume that you've already created an Azure virtual machine in the Resource Manager deployment model and configured the operating system, including attaching any data disks and making other customizations like installing applications. If you haven't done this yet, read [How to create a Windows VM with Resource Manager and PowerShell](virtual-machines-windows-ps-create.md). You can just as easily create a Windows virtual machine using the [Azure portal](https://portal.azure.com). Read [How to create a Windows virtual machine in the Azure portal](virtual-machines-windows-tutorial.md).
These steps assume that you've already created an Azure virtual machine in the Resource Manager deployment model and configured the operating system, including attaching any data disks and making other customizations like installing applications. If you haven't done this yet, read [How to create a Windows VM with Resource Manager and PowerShell](virtual-machines-windows-ps-create.md). You can just as easily create a Windows virtual machine using the [Azure portal](https://portal.azure.com). Read [How to create a Windows virtual machine in the Azure portal](virtual-machines-windows-hero-tutorial.md).


## Prepare the VM for image capture
Expand Down
Loading

0 comments on commit 09b22b2

Please sign in to comment.