Skip to content

Instantly share code, notes, and snippets.

View adiazcan's full-sized avatar
🤖
road to innovation

Alberto Diaz Martin adiazcan

🤖
road to innovation
View GitHub Profile
@adiazcan
adiazcan / vm.bicep
Created March 15, 2021 09:34
Creating a VM using Bicep
param environmentName string {
allowed: [
'prod'
'dev'
]
}
var defaultLocation = resourceGroup().location
param storageAccountName string {
minLength: 3
@adiazcan
adiazcan / vm.json
Last active March 14, 2021 13:46
Creating a VM using ARM
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"environmentName": {
"type": "string",
"allowedValues": [
"prod",
"dev"
]

Keybase proof

I hereby claim:

  • I am adiazcan on github.
  • I am adiazcan (https://keybase.io/adiazcan) on keybase.
  • I have a public key ASA9v38B2sPn8X_vuXvKDAtCi3zHd6wP4-bsXqTccmeIwgo

To claim this, I am signing this object: