Skip to content

Commit 3f24f7b

Browse files
committed
Add "Visualize" buttons to all template README.md files
1 parent d5a4ef6 commit 3f24f7b

File tree

243 files changed

+836
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+836
-103
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Create Application Gateway
22

3-
Create Application Gateway - <a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-application-gateway-create%2Fazuredeploy.json" target="_blank">
3+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-application-gateway-create%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-application-gateway-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template deploys an Application Gateway in a virtual network.

101-application-gateway-public-ip-ssl-offload/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Application Gateway With Public IP and HTTPS Listener
22

33
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-application-gateway-public-ip-ssl-offload%2Fazuredeploy.json)
4-
<a href="http://armviz.io/#/?load=https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-application-gateway-public-ip-ssl-offload/azuredeploy.json" target="_blank">
5-
<img src="http://armviz.io/visualizebutton.png"/>
4+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-application-gateway-public-ip-ssl-offload%2Fazuredeploy.json" target="_blank">
5+
<img src="http://armviz.io/visualizebutton.png"/>
66
</a>
77

88
This template creates an Application Gateway, Public IP address for the Application Gateway, and the Virtual Network in which Application Gateway is deployed. Also configures Application Gateway for Ssl Offload and Load balancing with Two backend servers.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Application Gateway With Public IP and HTTP Listener
22

33
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-application-gateway-public-ip%2Fazuredeploy.json)
4+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-application-gateway-public-ip%2Fazuredeploy.json" target="_blank">
5+
<img src="http://armviz.io/visualizebutton.png"/>
6+
</a>
47

58
This template creates an Application Gateway, Public IP address for the Application Gateway, and the Virtual Network in which Application Gateway is deployed. Also configures Application Gateway for Http Load balancing with Two backend servers.

101-automation-runbook-getvms/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Create VM tutorial runbook, Automation credential, and start a job
22
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-automation-runbook-getvms%2Fazuredeploy.json)
3-
3+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-automation-runbook-getvms%2Fazuredeploy.json" target="_blank">
4+
<img src="http://armviz.io/visualizebutton.png"/>
5+
</a>
46

57
This sample shows how you can deploy a runbook, a credential the runbook relies on, and how to start a job through an Azure Resource Manager template.
68

101-availability-set-create-3FDs-20UDs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Create Availability Set - <a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-availability-set-create-3FDs%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-availability-set-create-3FDs%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template creates an Availability Set and configures it for 3 Fault Domains and 20 Update Domains. This is just a snippet you may want to include in a more complex template 3 FDs are very useful when you're building a quorum-based solution or simply to ensure high availability of your service.
811

101-azure-dns-new-zone/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-azure-dns-new-zone%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-azure-dns-new-zone%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This is a starter template that shows how to create a DNS zone and some records using Azure DNS.
811

101-backup-protect-iaasvm/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-backup-protect-iaasvm%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-backup-protect-iaasvm%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
<p>This template will use existing backup vault and policy, and enables protection of registered IaasVM containers.</p>
811
<p>To create backup vault and backup policy use existing template: https://github.com/Azure/azure-quickstart-templates/tree/master/101-create-backup-vault-policy </p>

101-backup-vault-create/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-backup-vault-create%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-backup-vault-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template creates a Backup Vault. For more information, go to: https://azure.microsoft.com/en-us/documentation/services/backup/

101-cdn-with-custom-origin/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cdn-with-custom-origin%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cdn-with-custom-origin%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template creates a CDN Profile and a CDN Endpoint with a user specified origin and all of our most commonly used settings on CDN.

101-data-factory-blob-to-sql/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Azure Data Factory Data Copy Activity
22

3-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FnAzure%2Fazure-quickstart-templates%2Fmaster%2F101-data-factory-blob-2-sql%2Fazuredeploy.json" target="_blank">
3+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-data-factory-blob-2-sql%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-data-factory-blob-2-sql%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template creates a very simple Data Factory pipeline that copies data from a file in a Blob Storage into a SQL Database table. Prior to executing this make sure you have a Storage Account and a SQL Database provisioned.
811

101-documentdb-account-consistencypolicy-create/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-documentdb-account-consistencypolicy-create%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-documentdb-account-consistencypolicy-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template will create a DocumentDB Account with the name provided, the location set to the same location as the resource group that was used, and the Offer Type set to ***Standard***.
811

101-documentdb-account-create/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-documentdb-account-create%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-documentdb-account-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template will create a DocumentDB Account with the name provided, the location set to the same location as the resource group that was used, and the Offer Type set to ***Standard***.
811

101-dtl-create-lab/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-lab%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6-
7-
<a href="http://armviz.io/#/?load=https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-dtl-create-lab/azuredeploy.json" target="_blank">
8-
<img src="http://armviz.io/visualizebutton.png"/>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-lab%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
98
</a>
109

1110

101-dtl-create-vm-builtin-user/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-vm-builtin-user%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6-
7-
<a href="http://armviz.io/#/?load=https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-dtl-create-vm-builtin-user/azuredeploy.json" target="_blank">
8-
<img src="http://armviz.io/visualizebutton.png"/>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-vm-builtin-user%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
98
</a>
109

1110

101-dtl-create-vm-username-pwd/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-vm-username-pwd%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6-
7-
<a href="http://armviz.io/#/?load=https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-dtl-create-vm-username-pwd/azuredeploy.json" target="_blank">
8-
<img src="http://armviz.io/visualizebutton.png"/>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-vm-username-pwd%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
98
</a>
109

1110

101-dtl-create-vm-username-ssh/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-vm-username-ssh%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6-
7-
<a href="http://armviz.io/#/?load=https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-dtl-create-vm-username-ssh/azuredeploy.json" target="_blank">
8-
<img src="http://armviz.io/visualizebutton.png"/>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-dtl-create-vm-username-ssh%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
98
</a>
109

1110

101-expressroute-circuit-create/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Create ExpressRoute Circuit - <a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-expressroute-circuit-create%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-expressroute-circuit-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template creates an ExpressRoute Circuit for a specified Service Provider and SKU.
811

101-internal-loadbalancer-create/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-internal-loadbalancer-create%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-internal-loadbalancer-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template allows you to create a Load Balancer with the front-end connected to a Virtual Network subnet, Virtual Network, Network Interface in the Virtual Network & a NAT Rule in the Load Balancer that is used by the Network Interface.

101-key-vault-create/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-key-vault-create%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-key-vault-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template creates a Key Vault. For more information, go to: http://azure.microsoft.com/en-us/documentation/services/key-vault/

101-loadbalancer-with-multivip/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-loadbalancer-with-nat-rule%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-loadbalancer-with-nat-rule%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template allows you to create a Load Balancer, 2 Public IP addresses for the Load balancer, Virtual Network, Network Interface in the Virtual Network. Each VIP is associated to a LB rule that is used by the Network Interface. See https://azure.microsoft.com/en-us/documentation/articles/load-balancer-multivip/ for documentation.

101-loadbalancer-with-nat-rule/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-loadbalancer-with-nat-rule%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-loadbalancer-with-nat-rule%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template allows you to create a Load Balancer, Public IP address for the Load balancer, Virtual Network, Network Interface in the Virtual Network & a NAT Rule in the Load Balancer that is used by the Network Interface.

101-logic-app-create/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Create a Logic App using a template
22

3+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F101-logic-app-create%2Fazuredeploy.json" target="_blank">
4+
<img src="http://azuredeploy.net/deploybutton.png"/>
5+
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-logic-app-create%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
9+
310
For information about using this template, see [Create a Logic App using a template](https://azure.microsoft.com/en-us/documentation/articles/app-service-logic-arm-provision/).

101-nic-publicip-dns-vnet/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-nic-publicip-dns-vnet%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-nic-publicip-dns-vnet%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template allows you to create a Network Interface in a Virtual Network referencing a Public IP Address.

101-point-to-site/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-point-to-site%2Fazuredeploy.json" target="_blank">
44
<img src="http://azuredeploy.net/deploybutton.png"/>
55
</a>
6+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-point-to-site%2Fazuredeploy.json" target="_blank">
7+
<img src="http://armviz.io/visualizebutton.png"/>
8+
</a>
69

710
This template creates a VNET with a Gateway subnet. It then creates a public IP which is used to create a VPN Gateway in the VNET. Finally it configures a DynamicRouting gateway with Point-to-Site configuration incluing VPN client address pool, client root certificates and revoked certificates and then creates the Gateway.
811

101-rbac-builtinrole-resourcegroup/ReadMe.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-rbac-builtinrole-resourcegroup%2Fazuredeploy.json" target="_blank">
22
<img src="http://azuredeploy.net/deploybutton.png"/>
33
</a>
4+
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-rbac-builtinrole-resourcegroup%2Fazuredeploy.json" target="_blank">
5+
<img src="http://armviz.io/visualizebutton.png"/>
6+
</a>
47

58
This template assigns Owner, Reader or Contributor access to an existing resource group. Inputs to this template are following fields:
69

710
Principal ID
811
Role Definition Type
912

1013

11-
**Use following powershell command to get Principal ID associated with a user using their email id. Please note, principal id maps to the id inside the directory and can point to a user, service principal, or security group. The ObjectId is the principal ID.
14+
**Use following powershell command to get Principal ID associated with a user using their email id. Please note, principal id maps to the id inside the directory and can point to a user, service principal, or security group. The ObjectId is the principal ID.
1215

1316
PS C:\> Get-AzureADUser -mail <email id>
1417

0 commit comments

Comments
 (0)