Skip to content

valda-z/azure-samples-doc

Repository files navigation

Azure LABs

Deploying two VMs in Availability set with load balancer. Demonstrate HA environment with SLA.

Deploying SWARM cluster and demonstrate publishing docker images to cluster with possibility of setting docker container afinity in cluster.

Very simple Web App deployed directly by "GitHub publish" button.

Simple application which stores in database each request from client, client IP address is recognized in Geo-IP service and recognized location is stored in Azure SQL database. Each request is also serialized to JSON send to Service Bus topic.

Simple ToDo application which stores data in DocumentDB and calls backend service "GeoIP" on VLAN (simulating on-prem system). Each request is also serialized to JSON send to Service Bus topic.

Create web app deployed to web app service which uses PaaS Azure SQL database for data storing, SQL database is in TDE mode with enabled Always Encrypted behavior for selected columns in data table.

Simple ToDo application which uses ASP NET MVC front end, data are stored in Azure SQL database and each new ToDo item is processed to Service Bus. From Service bus are messages processed by Function Apps which are connected to Service Bus events. Function Apps create new entries in DocumentDB which is used like a storage for "comments" record for each ToDo record.

Simple ToDo application which uses spring-boot front end (Web App on Linux hosting docker image), data are stored in Azure SQL database and each new ToDo item is processed to Service Bus. From Service bus are messages processed by Function Apps which are connected to Service Bus events. Function Apps create new entries in DocumentDB which is used like a storage for "comments" record for each ToDo record.

Example node.js project which uses Azure Batch Service for parallel processing during image transformation - linearly scalable pool of VMs (include cheap "Low priority VMs").

Example how to provision kubernetes clusters in federation (cluster of clusters).

Simple demo how to create single page web app powered by angularjs, Function app and Azure Cosmos DB - provisioned by single template.

About

Azure LAB materials for workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published