Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Lab 05: Delete passwords

Student manual

Lab scenario

Your team has now stored usernames and passwords in a Key Vault for higher security. However, they learned there is also a way to connect without using passwords to Azure services. In this unit, you will step through implementing passwordless connectivity to the database.

Objectives

After you complete this challenge, you will be able to:

  • Delete secrets from Key Vault
  • Create an admin account for the MySQL Flexible Server
  • Create service connections from the microservices to the database server
  • Update the applications to use passwordless connectivity

The below image illustrates the end state you will be building in this challenge.

Lab 4 architecture

Lab Duration

  • Estimated Time: 60 minutes

Instructions

During this lab, you will:

  • Delete secrets from Key Vault
  • Create an admin account for the MySQL Flexible Server
  • Create service connections from the microservices to the database server
  • Update the applications to use passwordless connectivity

    The instructions provided in this exercise assume that you successfully completed the previous exercise and are using the same lab environment, including your Git Bash session with the relevant environment variables already set.


Table of contents