Azure

Azure Cloud

Using Docker Desktop to run serverless Azure Container Instance ACI in 5 minutes

Fernando Rolnik and Jorge Arteiro tried the new Docker functionality that allows running docker containers as Azure Container Instances (ACI) straight from your docker CLI. You only need an Azure Account, the free account is suitable to test it. Download and install the latest Docker Desktop Edge (From 19.03.12) docker version and check the version […]

Using Docker Desktop to run serverless Azure Container Instance ACI in 5 minutes Read More »

Cheapskate’s Journey to On-Demand Load Tests on Heroku with Locust

I want to stretch every dollar that I spend on the cloud. I run a handful of web applications on Heroku, and like everyone else, run a suite of smoke tests and load tests on every release increment in a non-production environment. Load tests are important: they help us not only to understand the limits

Cheapskate’s Journey to On-Demand Load Tests on Heroku with Locust Read More »

Azure Terraform Landing Zones using CAF – Cloud Adoption Framework – Video Series

In this video series Arnaud Lheureux, Cloud Security @ Microsoft APAC presents to Jorge Arteiro The Azure Terraform Landing Zones using Cloud Adoption Framework and shows a demo. Part 1 – Introduction In this video Arnaud introduces the Microsoft Cloud Adoption Framework for Azure and how to use Terraform to build your landing zones, using

Azure Terraform Landing Zones using CAF – Cloud Adoption Framework – Video Series Read More »

Using Startup Command to Pass Command Line Arguments to Azure App Service for Linux

Azure App Service on Linux has several prefabricated Docker images that support applications written in languages such as .NET core, PHP, and Node.js. App Service also supports using your own Docker image to spin up a container for your application. A useful configuration feature of App Service on Linux is the Startup File configuration that you can set as part of

Using Startup Command to Pass Command Line Arguments to Azure App Service for Linux Read More »

Python web app with Cosmos DB on Azure

This tutorial will show how to create a Python straight from your browser, with free Azure resources only. You will learn how to deploy a Cosmos DB Account, and a Web App from Git using the Azure Cloud Shell without installing any software in your local computer Based on SARATH LAL’s  https://codewithsarath.com/a-simple-to-do-python-flask-application-with-mongodb/ and Microsoft’s https://docs.microsoft.com/en-us/azure/cosmos-db/create-mongodb-flask/

Python web app with Cosmos DB on Azure Read More »

Deploying Minecraft server network on Azure Kubernetes Service

Preface Minecraft is a popular sandbox creating game that has been growing over the past few years. It is also under very active development and has a large community. We’ll demonstrate a way that deploys a mid-large scale Minecraft server network featuring BungeeCord (reverse proxy) and Paper(Spigot) servers. This blog post includes production-ready Dockerfiles and

Deploying Minecraft server network on Azure Kubernetes Service Read More »