Learn Azure through this dumb web app! I built this while trying to get my Azure certs (and so I can convince myself that Azure actually isn't that bad.)
A simple Flask app that gives you a cute picture and a counter of how many times you clicked the button.
To run it:
source shortcuts
webserver
This repository uses Ansible and Packer to provision the Azure shared images used by our Azure VMs.
You can test these Ansible playbooks locally within Docker by running ansible_test [webservers|databases]
.
The Ansible playbooks use the same version of Ubunut that is deployed into Azure.
Coming soon!
Use this connection string:
"DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://blobstore:10000/devstoreaccount1"