This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"VirtualNetworkPrefix": { | |
"type": "string", | |
"metadata": { | |
"description": "Name for the virtual network" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ ServiceHost Language="C#" Debug="true" Service="WcfTest.Services.ClockService" CodeBehind="ClockService.svc.cs" %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
00:00:00,020 --> 00:00:00,520 | |
Let's. | |
2 | |
00:00:01,670 --> 00:00:04,560 | |
Briefly look at how you can use github to ... | |
3 | |
00:00:04,560 --> 00:00:07,510 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuration AzureDev | |
{ | |
Node localhost | |
{ | |
#Install IIS | |
WindowsFeature IIS | |
{ | |
Ensure = “Present” | |
Name = “Web-Server” | |
} |