You are on page 1of 1

DevOps Fundamentals with Azure- Infrastructure as Code Assignment-6

Q: Azure CLI 2.0

Install MSI installer for Azure CLI 2.0 for Windows

Now launch the CLI into interactive mode by simply running the "interactive" command.

Exit out of the interactive mode by running "quit" within this mode.

Create MySQL Employee database on Azure and use it in your web app locally

"Connect MySQL server from your command window using the admin username and password
specified above while creating the server.

Once connected, use MySQL commands to create a new database and a new database user in the
MySQL server.

You can then configure your PHP web app to use this new database running on Azure MySQL by
updating the connection string

and database username and password that you specified while creating the database.

Your app running on local machine should be able to connect to this database on Azure MySQL at
this point."

Host your employee web app on Azure along with the MySQL database

You might also like