Skip to content

Commit

Permalink
added badges to readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft committed Sep 22, 2019
1 parent bd6d317 commit b7e64ec
Show file tree
Hide file tree
Showing 833 changed files with 7,821 additions and 555 deletions.
9 changes: 5 additions & 4 deletions 1-CONTRIBUTION-GUIDE/sample-README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Sample name

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/PublicDeployment.svg" />&nbsp;

Expand All @@ -23,21 +24,21 @@ This is an overview of the solution

The following resources are deployed as part of the solution

#### Resource provider 1
### Resource provider 1

Description Resource Provider 1

+ **Resource type 1A**: Description Resource type 1A
+ **Resource type 1B**: Description Resource type 1B
+ **Resource type 1C**: Description Resource type 1C

#### Resource provider 2
### Resource provider 2

Description Resource Provider 2

+ **Resource type 2A**: Description Resource type 2A

#### Resource provider 3
### Resource provider 3

Description Resource Provider 3

Expand All @@ -54,7 +55,7 @@ You can click the "deploy to Azure" button at the beginning of this document or

## Usage

#### Connect
### Connect

How to connect to the solution

Expand Down
18 changes: 17 additions & 1 deletion 100-blank-template/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Blank Template

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-blank-template/CredScanResult.svg" />&nbsp;

This is an empty template and parameters file with the schema reference and top-level properties defined.

`tags: empty, blank `
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F100-blank-template%2Fazuredeploy.json" target="_blank">
<img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.png"/>
</a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F100-blank-template%2Fazuredeploy.json" target="_blank">
<img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.png"/>
</a>

`Tags: empty, blank`
15 changes: 14 additions & 1 deletion 100-marketplace-sample/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Azure Marketplace VM with CreateUIDefinition

<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F100-marketplace-sample%2Fazuredeploy.json" target="_blank"><img src="http://armviz.io/visualizebutton.png"/></a>
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-marketplace-sample/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-marketplace-sample/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-marketplace-sample/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-marketplace-sample/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-marketplace-sample/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/100-marketplace-sample/CredScanResult.svg" />&nbsp;

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F100-marketplace-sample%2Fazuredeploy.json" target="_blank">
<img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.png"/>
</a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F100-marketplace-sample%2Fazuredeploy.json" target="_blank">
<img src="https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.png"/>
</a>

This template allows deploying a linux VM using new or existing resources for the Virtual Network, Storage and Public IP Address. It also allows for choosing between SSH and Password authentication. The templates uses conditions and logic functions to remove the need for nested deployments.

Expand Down
3 changes: 2 additions & 1 deletion 100-marketplace-sample/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "[deployment().properties.templateLink.uri]"
//"defaultValue": "[deployment().properties.templateLink.uri]" use this for the Azure Marketplace
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-marketplace-sample/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
Expand Down
11 changes: 10 additions & 1 deletion 101-1vm-2nics-2subnets-1vnet/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Multi-NIC Virtual Machine Creation using Two Subnets

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-1vm-2nics-2subnets-1vnet/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-1vm-2nics-2subnets-1vnet/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-1vm-2nics-2subnets-1vnet/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-1vm-2nics-2subnets-1vnet/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-1vm-2nics-2subnets-1vnet/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-1vm-2nics-2subnets-1vnet/CredScanResult.svg" />&nbsp;
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-1vm-2nics-2subnets-1vnet%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
Expand All @@ -13,4 +22,4 @@ This template creates a new VM with two NICs which connect to two different subn
1. If running under PowerShell you may update the **azuredeploy.parameters** file with the **allowedValues** for the subnet name of the Primary NIC and Secondary NIC for a nice dropdown list.
2. Customize parameters in **azuredeploy.parameters** as you see appropriate, at the very least the **adminPassword**.

Feel free to post qeustions and enjoy!
Feel free to post qeustions and enjoy!
9 changes: 9 additions & 0 deletions 101-AAD-DomainServices/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Azure Active Directory Domain Service (AADDS) template

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-AAD-DomainServices/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-AAD-DomainServices/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-AAD-DomainServices/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-AAD-DomainServices/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-AAD-DomainServices/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-AAD-DomainServices/CredScanResult.svg" />&nbsp;

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-AAD-DomainServices%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
Expand Down
11 changes: 10 additions & 1 deletion 101-DDoS-Attack-Prevention/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# DDoS Protection attack on a Virtual Machine Scenario
# DDoS Protection attack on a Virtual Machine Scenario

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-DDoS-Attack-Prevention/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-DDoS-Attack-Prevention/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-DDoS-Attack-Prevention/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-DDoS-Attack-Prevention/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-DDoS-Attack-Prevention/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-DDoS-Attack-Prevention/CredScanResult.svg" />&nbsp;

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-DDoS-Attack-Prevention%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
Expand Down
9 changes: 9 additions & 0 deletions 101-SQL-Injection-Attack-Prevention/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# SQL injection attack on a Web Application Scenario

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-SQL-Injection-Attack-Prevention/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-SQL-Injection-Attack-Prevention/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-SQL-Injection-Attack-Prevention/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-SQL-Injection-Attack-Prevention/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-SQL-Injection-Attack-Prevention/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-SQL-Injection-Attack-Prevention/CredScanResult.svg" />&nbsp;

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-SQL-Injection-Attack-Prevention%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
Expand Down
9 changes: 9 additions & 0 deletions 101-Telegraf-InfluxDB-Grafana/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Telegraf-influxDB-Grafana in Azure

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-Telegraf-InfluxDB-Grafana/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-Telegraf-InfluxDB-Grafana/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-Telegraf-InfluxDB-Grafana/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-Telegraf-InfluxDB-Grafana/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-Telegraf-InfluxDB-Grafana/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-Telegraf-InfluxDB-Grafana/CredScanResult.svg" />&nbsp;
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-Telegraf-InfluxDB-Grafana%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
Expand Down
9 changes: 9 additions & 0 deletions 101-VM-Virus-Attack-Prevention/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Virus attack on Virtual Machines Scenario

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-VM-Virus-Attack-Prevention/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-VM-Virus-Attack-Prevention/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-VM-Virus-Attack-Prevention/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-VM-Virus-Attack-Prevention/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-VM-Virus-Attack-Prevention/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-VM-Virus-Attack-Prevention/CredScanResult.svg" />&nbsp;

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-VM-Virus-Attack-Prevention%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
Expand Down
9 changes: 9 additions & 0 deletions 101-XSS-Attack-Prevention/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# XSS-Attack-Prevention

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-XSS-Attack-Prevention/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-XSS-Attack-Prevention/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-XSS-Attack-Prevention/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-XSS-Attack-Prevention/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-XSS-Attack-Prevention/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-XSS-Attack-Prevention/CredScanResult.svg" />&nbsp;

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-XSS-Attack-Prevention%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
Expand Down
9 changes: 9 additions & 0 deletions 101-aci-dynamicsnav/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# MS Dynamics NAV / MS Dynamics 365 Business Central including SQL Server in Azure Container Instances

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-dynamicsnav/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-dynamicsnav/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-dynamicsnav/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-dynamicsnav/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-dynamicsnav/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-dynamicsnav/CredScanResult.svg" />&nbsp;

This template demonstrates how you can run MS Dynamics NAV or a Sandbox of MS Dynamics 365 Business Central in [Azure Container Instances](https://docs.microsoft.com/en-us/azure/container-instances/). To find out more about Dynamics NAV / Business Central inside a Windows Container visit [Github](https://github.com/microsoft/nav-docker)

To start the instance, you need to accept the [end user license agreement](https://go.microsoft.com/fwlink/?linkid=861843) by setting the param acceptEula to Y. You also need to enter which version of NAV you want to use by setting navRelease (see [this list](https://hub.docker.com/r/microsoft/dynamics-nav/tags/) for possible values for NAV and [this list](https://hub.docker.com/r/microsoft/bcsandbox/tags/) for BC. Also see [this blog post](https://blogs.msdn.microsoft.com/freddyk/2018/04/16/which-docker-image-is-the-right-for-you/) by Freddy Kristiansen to understand which image is right for you). This instance automatically will download a [LetsEncrypt](https://letsencrypt.org/) certificate, so you will also need to specify the email address to be used with LetsEncrypt and the dns prefix (the first part of the URL), which you can freely choose as long as it is not already taken.
Expand Down
11 changes: 10 additions & 1 deletion 101-aci-linuxcontainer-public-ip/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Azure Container Instances

This template demonstrates a simple use case for [Azure Container Instances](https://docs.microsoft.com/en-us/azure/container-instances/).
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-linuxcontainer-public-ip/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-linuxcontainer-public-ip/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-linuxcontainer-public-ip/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-linuxcontainer-public-ip/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-linuxcontainer-public-ip/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-linuxcontainer-public-ip/CredScanResult.svg" />&nbsp;

This template demonstrates a simple use case for [Azure Container Instances](https://docs.microsoft.com/en-us/azure/container-instances/).
9 changes: 9 additions & 0 deletions 101-aci-storage-file-share/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Create a Storage Account and a File Share

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-storage-file-share/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-storage-file-share/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-storage-file-share/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-storage-file-share/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-storage-file-share/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-storage-file-share/CredScanResult.svg" />&nbsp;

Create a Storage Account and a File Share via az-cli in Container Instance

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-aci-storage-file-share%2Fazuredeploy.json" target="_blank">
Expand Down
9 changes: 9 additions & 0 deletions 101-aci-vnet/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Create an Azure container group with VNet

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-vnet/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-vnet/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-vnet/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-vnet/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-vnet/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-aci-vnet/CredScanResult.svg" />&nbsp;

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-aci-vnet%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
Expand Down
11 changes: 10 additions & 1 deletion 101-acs-dcos/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Azure Container Service (DEPRECATED)

See https://docs.microsoft.com/en-us/azure/container-service/container-service-mesos-marathon-ui.
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-dcos/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-dcos/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-dcos/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-dcos/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-dcos/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-dcos/CredScanResult.svg" />&nbsp;

See https://docs.microsoft.com/en-us/azure/container-service/container-service-mesos-marathon-ui.
9 changes: 9 additions & 0 deletions 101-acs-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Azure Container Service (DEPRECATED)

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-kubernetes/PublicLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-kubernetes/PublicDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-kubernetes/FairfaxLastTestDate.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-kubernetes/FairfaxDeployment.svg" />&nbsp;

<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-kubernetes/BestPracticeResult.svg" />&nbsp;
<IMG SRC="https://azbotstorage.blob.core.windows.net/badges/101-acs-kubernetes/CredScanResult.svg" />&nbsp;

See https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough.
Loading

0 comments on commit b7e64ec

Please sign in to comment.