– Blogs In English

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 »

Azure Kubernetes Services Video Series

In this video series, Jorge Arteiro will introduce AKS, Azure Kubernetes Services to Fernando Rolnik and will show how to get start with valuable tips. Part 1 – Introduction to Azure Kubernetes Services In the first part, Jorge will introduce the Azure Kubernetes Services, including: Architecture Basic components Node pools Tools to work with AKS. …

Azure Kubernetes Services Video Series 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 »

Setting up MicroK8s Kubernetes on Windows Video Series

In this video series our Docker Captain, Microsoft MVP for Windows insider Nuno “WSL Corsair” do Carmo will show how to set up the MicroK8s Kubernetes on Windows, together with Jorge Arteiro and Fernando Rolnik. Part 1 – Install and Config This first part show how to download, install and config the Microk8s on Windows …

Setting up MicroK8s Kubernetes on Windows 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 »

VS Code Remote Development with Docker Compose: Developing services in Standalone and Integrated Modes

VS Code remote development is a brilliant feature from the VS Code team. Using the extensions available in the VS Code remote extension pack, you can develop your applications in an external development environment viz. a remote server (through SSH), containers, and WSL. The premise of the three modes of development is the same. The application code …

VS Code Remote Development with Docker Compose: Developing services in Standalone and Integrated Modes Read More »