Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Azure icon
Labs

Use Cloud Shell to Survey Azure Data Resources

Suppose you're new to a tech team and you've just been given read access to the QA Azure subscription. You're told to inventory the data resources in that environment and compare it to the official documentation maintained by the team to see how well the team is maintaining both the environment and the documentation. (Because every team loves to have the new person reporting in on their housekeeping. Not.) This beginner lab demonstrates 3 ways to review existing data platform resources in an Azure subscription: using Cloud Shell on the Azure portal to enter Azure CLI or PowerShell commands, or by navigating to dashboards within the Azure Portal. The code is provided for you to copy/paste, and no prior coding experience is required.

Azure icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 45m
Published
Clock icon Jul 30, 2021

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Survey Data Resources in the Portal by Resource Group

    1. Launch the Azure portal in a private browser window, and navigate to the lab-provided resource group to see the list of data resources.
    2. For each storage or database account/instance, review Essentials, Activity Log, and Access Control.
      • The latter 2 will be mostly empty — this is just to make you aware of these basic features.
    3. Within each account/instance, drill down on each container or database to explore further.
  2. Challenge

    Survey Data Resources by Resource Group Using PowerShell

    1. Launch Cloud Shell.
    2. When prompted to initialize storage for Cloud Shell, select Advanced settings and add the storage account. (Do NOT select Create storage, yet; doing so will result in an error.) 3 Use the same location as your lab provided resource group. For Storage account, do NOT use the existing storage account; you will probably receive an error, if you do. Select Create new and give the account a globally unique name using all lowercase letters and numerals.
    3. For File share, select Create new and give it any name (e.g., "mycloudshellfileshare"); this name does not need to be globally unique.
    4. Click Create storage
    5. Explore the menu bar to enlarge text and review help docs.
    6. Use PowerShell code to get resource groups in order to confirm the existence of lab-provided resources.
    7. Use PowerShell code to drill down on each container or database to explore.
  3. Challenge

    Survey Data Resources by Resource Group Using Azure CLI

    1. In Cloud Shell, switch to the Bash terminal.
    2. Explore the menu bar to enlarge text and review help docs.
    3. Use Azure CLI code to get resource groups in order to confirm the existence of lab-provided resources.
    4. Use Azure CLI code to drill down on each container or database to explore.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans