This commit is contained in:
Sachin Hridayraj 2017-03-06 05:23:34 -08:00
Родитель 5ee26aa5c6
Коммит a35aad36d5
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -4,6 +4,7 @@ entries:
- title: sidebar
product: ALM VM HOLs
version: 2017
url: /labs/tfs
folders:
- title:

Просмотреть файл

@ -1,11 +1,11 @@
{% include custom/sidebarconfigs.html %}
<ul id="mysidebar" class="nav">
<li class="sidebarTitle">{{sidebar[0].product}}</li>
<li class="sidebarTitle"><a href="{{ sidebar[0].url }}">{{sidebar[0].product}}</a></li>
{% for entry in sidebar %}
{% for folder in entry.folders %}
{% if folder.output contains "web" %}
<li class="sidebarentry">
<a href="#">{{ folder.title }}</a>
<a href="{{ folder.url }}">{{ folder.title }}</a>
<ul>
{% for folderitem in folder.folderitems %}
{% if folderitem.output contains "web" %}

Просмотреть файл

@ -26,7 +26,7 @@ You can get access to the virtual machine the following ways:
- **Try it on Technet Virtual Labs** - You can also access the virtual machine online on **TechNet Virtual Labs** - no downloads or complex setup required. You can experience it right from your browser.
- **Run it on Azure** - If you prefer to run the VM on Azure, you can simply upload the VHD to your Azure storage and create a VM from the VHD. If you are setting up the labs for a traning, you might want to consider the [Azure DevTest Labs](https://docs.microsoft.com/en-us/azure/devtest-lab/devtest-lab-training-lab) for training.
### Downloading and extracting the VM
## Downloading and extracting the VM
The size of the download is about 30 GB. It is recommended that you use a utility like [**Free download manager**](http://www.freedownloadmanager.org/). This utility provides:
- Auto-resume support for interrupted downloads.
- Multiple simultaneous download streams for (usually) a much faster download experience.