<div dir="ltr" style="text-align: left;">
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px; margin-top: 5px;"></div>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px; margin-top: 5px;">Download and install the necessary dependencies for the Azure CLI</div>
<blockquote style="background-color: white; border-left: 5px solid rgb(238, 238, 238); box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 17.5px; margin: 0px 0px 20px; padding: 10px 20px;">
<div style="box-sizing: border-box;"><span style="box-sizing: border-box; font-family: monospace;">yum install npm</span></div>
</blockquote>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px;">2. Using the newly installed package from Step 1, install the Azure CLI</div>
<blockquote style="background-color: white; border-left: 5px solid rgb(238, 238, 238); box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 17.5px; margin: 0px 0px 20px; padding: 10px 20px;">
<div style="box-sizing: border-box;"><code style="background-color: #f9f2f4; border-radius: 4px; box-sizing: border-box; color: #c7254e; font-family: Menlo, Monaco, Consolas, ";Courier New";, monospace; font-size: 15.75px; padding: 2px 4px;">npm install -g azure-cli</code></div>
</blockquote>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px;">3. Verify the Azure CLI is install correctly and is working as expected</div>
<blockquote style="background-color: white; border-left: 5px solid rgb(238, 238, 238); box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 17.5px; margin: 0px 0px 20px; padding: 10px 20px;">
<div style="box-sizing: border-box;"><code style="background-color: #f9f2f4; border-radius: 4px; box-sizing: border-box; color: #c7254e; font-family: Menlo, Monaco, Consolas, ";Courier New";, monospace; font-size: 15.75px; padding: 2px 4px;">azure --help</code></div>
</blockquote>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px; margin-top: 5px;">4. Using the appropriate Azure command, login to the Azure system, following the instructions regarding associating your portal account with this CLI instance.</div>
<blockquote style="background-color: white; border-left: 5px solid rgb(238, 238, 238); box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 17.5px; margin: 0px 0px 20px; padding: 10px 20px;">
<div style="box-sizing: border-box; margin-bottom: 20px;"><code style="background-color: #f9f2f4; border-radius: 4px; box-sizing: border-box; color: #c7254e; font-family: Menlo, Monaco, Consolas, ";Courier New";, monospace; font-size: 15.75px; padding: 2px 4px;">azure login</code></div>
<div style="box-sizing: border-box; margin-bottom: 20px;"><code style="background-color: #f9f2f4; border-radius: 4px; box-sizing: border-box; color: #c7254e; font-family: Menlo, Monaco, Consolas, ";Courier New";, monospace; font-size: 15.75px; padding: 2px 4px;">NOTE: You will be asked to open a web browser to a specific site and enter a code provided by this command. Once provided, the command will complete and end with:</code></div>
<div style="box-sizing: border-box;"><code style="background-color: #f9f2f4; border-radius: 4px; box-sizing: border-box; color: #c7254e; font-family: Menlo, Monaco, Consolas, ";Courier New";, monospace; font-size: 15.75px; padding: 2px 4px;">* COMMAND LOGIN OK</code></div>
</blockquote>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px;"></div>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px; margin-top: 5px;">5. You need to configure your Azure CLI to use the Resource Manager mode for resource and deployment management, please enter the appropriate command and options to do so.</div>
<blockquote style="background-color: white; border-left: 5px solid rgb(238, 238, 238); box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 17.5px; margin: 0px 0px 20px; padding: 10px 20px;">
<div style="box-sizing: border-box;"><code style="background-color: #f9f2f4; border-radius: 4px; box-sizing: border-box; color: #c7254e; font-family: Menlo, Monaco, Consolas, ";Courier New";, monospace; font-size: 15.75px; padding: 2px 4px;">azure config mode arm</code></div>
</blockquote>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px;"></div>
<div style="background-color: white; box-sizing: border-box; color: #182b37; font-family: omnes-pro, Omnes, Helvetica, Arial, sans-serif; font-size: 18px; margin-top: 5px;">6. List the available accounts in your Azure CLI configuration now that configuration is completed.</div>
<p><span style="background-color: #f9f2f4; color: #c7254e; font-family: Menlo, Monaco, Consolas, ";Courier New";, monospace; font-size: 15.75px;">azure account list</span> ;</div>

