Challenge 4: Deploying to ACI

< Previous Challenge - Home - Next Challenge >

Introduction

For our microservices based architecture, we’re going to use containers for our microservices and deploy them using Azure Container Instances as the quickest way to get containers up and running in Azure. In this challenge you will be tasked with doing this and in the process will learn how quick and easy it is.

Description

Success Criteria

  1. You have deployed the 3 containers into Azure Container Instances.
  2. You have verified the Data Service end point URL.
  3. You have verified the Itinerary Service end point URL.
  4. You have successfully using the CLI to query the container logs.

Learning Resources