Skip to content

Instantly share code, notes, and snippets.

View wilfriedwoivre's full-sized avatar
☁️

Wilfried Woivre wilfriedwoivre

☁️
View GitHub Profile
@wilfriedwoivre
wilfriedwoivre / azuredeploy-hub.json
Created October 8, 2020 13:18
azure-firewall-cognitive-l7
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"deployLocation": {
"type": "string"
}
},
"functions": [
],
@wilfriedwoivre
wilfriedwoivre / azuredeploy.json
Last active October 2, 2020 08:45
azure-vm-sep-update
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"adminUserName": {
"type": "string"
},
"adminPassword": {
"type": "securestring"
}
@wilfriedwoivre
wilfriedwoivre / azurepolicy-autoshutdown.json
Created September 3, 2019 17:25
Azure Policy Auto Shutdown
{
"mode": "Indexed",
"policyRule": {
"if": {
"allOf": [
{
"field": "type",
"equals": "Microsoft.Compute/virtualMachines"
},
{