зеркало из
1
0
Форкнуть 0
This commit is contained in:
kenazk 2015-04-27 18:39:50 -07:00
Родитель a7289038f5
Коммит 965efc1693
3 изменённых файлов: 10 добавлений и 2 удалений

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

@ -4,4 +4,7 @@
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
This template creates a Network Security Group and attaches it to a subnet in the VNET
This template creates two subnets, a Network Security Group and attaches it to the first subnet in the VNET. For more information on how to configure the Network Security Group, go here:
https://msdn.microsoft.com/en-us/library/azure/dn848316.aspx

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

@ -68,7 +68,7 @@
"securityRules": [{
"name": "first_rule",
"properties": {
"description": "This is the First rule-We don't talk about it",
"description": "This is the first rule",
"protocol": "Tcp",
"sourcePortRange": "23-45",
"destinationPortRange": "46-56",

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

@ -3,3 +3,8 @@
Create Premium Storage Account - <a href="https://azuredeploy.net" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
This template creates a Premium Storage account. It provides a list of regions where Premium Storage is currently available. For more information on Premium Storage, see here:
http://azure.microsoft.com/en-us/documentation/articles/storage-premium-storage-preview-portal/