Secure a Storage Account

This IT Pro Challenge lab shows learners fundamental web application concepts and Microsoft Azure Resource group services. Learners will use the Microsoft Azure Portal and an existing Azure Resource Group to create an action group, add an email alert action and a webhook action for the action group, and create an alert rule.

0
45
M
Time
Beginner
difficulty
1
ceu/cpe

Course Content

No items found.
No items found.
Course Description

This 45-minute virtual IT Pro Challenges lab will teach three best practices to secure a Microsoft Azure storage account. If you run the lab on an Apple machine, you will need to have Microsoft Remote Desktop ready for the 3rd lab section. You will learn the following:

  • Requiring access only through HTTPS.
  • Generating a shared access signature (SAS), granting full access to queues and tables in a Web App.
  • Setting firewall rules, limiting network access to an Azure virtual network.

Learners will gain hands-on experience in safeguarding a storage container’s contents while allowing customers with access permission to obtain and work with their data.

Should you know how to navigate through a Microsoft Azure Resource group that includes a storage account and a Web app, then you will be primed to take this virtual lab. Understanding some of the concepts around HTTPS and network security will reinforce your hands-on experiences in the lab. You will need to set aside a full 45-minutes as you cannot stop the lab in the middle and return to it. You can, however, attempt the lab more than once if needed. When you start the lab, you will see a preconfigured Azure Resource group. You will launch a virtual machine to complete the third exercise and have Microsoft Remote Desktop installed on an Apple.

System Administrators, Network Operations Specialists, and Cyber Security Engineers must know how to safeguard storage on the cloud to comply with regulations and to protect privacy. Microsoft Azure provides multi-level security solutions for blob storage: data protection, identity, and access management, and networking. HTTPS secures data while generating a shared SAS safeguards access. Firewalls reinforce network security. This lab advances knowledge of all three aspects to manage access to an Azure storage account.

Understanding the Scenario:

You are a system administrator for a company that provides web hosting services for customers. You need to secure a Storage Account that may hold sensitive data. You start by requiring a secure transfer for the Storage Account. You then generate a secure access signature (SAS) and configure a Web App to use the SAS. Finally, you limit access to the Storage Account to an Azure virtual network.

Require Secure Connections:

In this section, you log into the lab environment and set the preconfigured blob image to require a secure connection through HTTPS. HTTPS protocols are compatible with a REST API, that secures all access to Azure Storage Accounts. This RESTful API allows Azure to make requests for or receive data from any other machine. Using a ‘GET’ request to the storage account retrieves an image, and tests whether a secure connection is required. To get a valid result, you may need to refresh the browser; you can see the page with the new code instead of a cached version of the old code.

Generate a Shared Access Signature:

A SAS provides admittance to data resources in a storage account by another user, service, or account. In this exercise, you create a SAS connection string that links a preconfigured Web app to the storage account. You test this set up by navigating to the Web App page and generating and obtaining messages from the storage account.

Set Firewall Rules:

You set firewall rules allowing access to the storage account from a particular subnet, an Azure virtual network. You leave the Azure machine outside of this subnet. In checking your work, you validate an access denied message occurs when attempting to view the image blob on the Azure machine. Then you open the storage image in a VM passing trusted username and password credentials through the firewall. From the VM, you can see the blob image in the storage account.

Summary:

Successful completion of the lab will give you tools to secure storage data, access, and network connectivity. In this lab, you will master:

  • Configuring secure connections.
  • Generating a shared access signature (SAS).
  • Limiting access to a Storage Account through firewall rules.

You will have learned the skills to use the tools to give customers confidence about the security of their contents stored in the Azure cloud.

This course is part of a Career Path:
No items found.

Instructed by

No items found.
Provider
Cybrary Logo
Certification Body
Certificate of Completion

Complete this entire course to earn a Secure a Storage Account Certificate of Completion

Course
This is some text inside of a div block.

Secure a Storage Account

Course

This IT Pro Challenge lab shows learners fundamental web application concepts and Microsoft Azure Resource group services. Learners will use the Microsoft Azure Portal and an existing Azure Resource Group to create an action group, add an email alert action and a webhook action for the action group, and create an alert rule.

Path Releasing Q2 2025
Full access included with 
Insider Pro
 and 
Teams

0

H

45

M
Time

Beginner

i
This is some text inside of a div block.
Experience Level

1

i

This is some text inside of a div block.
CEU's

1

Enrollees

Heading

H

Heading

M
Time

Heading

i
This is some text inside of a div block.
Experience Level

Heading

i

This is some text inside of a div block.
CEU's

Heading

Enrollees

Learners at 96% of Fortune 1000 companies trust Cybrary

About this course

This IT Pro Challenge lab shows learners fundamental web application concepts and Microsoft Azure Resource group services. Learners will use the Microsoft Azure Portal and an existing Azure Resource Group to create an action group, add an email alert action and a webhook action for the action group, and create an alert rule.

Read More

Course Description

This 45-minute virtual IT Pro Challenges lab will teach three best practices to secure a Microsoft Azure storage account. If you run the lab on an Apple machine, you will need to have Microsoft Remote Desktop ready for the 3rd lab section. You will learn the following:

  • Requiring access only through HTTPS.
  • Generating a shared access signature (SAS), granting full access to queues and tables in a Web App.
  • Setting firewall rules, limiting network access to an Azure virtual network.

Learners will gain hands-on experience in safeguarding a storage container’s contents while allowing customers with access permission to obtain and work with their data.

Should you know how to navigate through a Microsoft Azure Resource group that includes a storage account and a Web app, then you will be primed to take this virtual lab. Understanding some of the concepts around HTTPS and network security will reinforce your hands-on experiences in the lab. You will need to set aside a full 45-minutes as you cannot stop the lab in the middle and return to it. You can, however, attempt the lab more than once if needed. When you start the lab, you will see a preconfigured Azure Resource group. You will launch a virtual machine to complete the third exercise and have Microsoft Remote Desktop installed on an Apple.

System Administrators, Network Operations Specialists, and Cyber Security Engineers must know how to safeguard storage on the cloud to comply with regulations and to protect privacy. Microsoft Azure provides multi-level security solutions for blob storage: data protection, identity, and access management, and networking. HTTPS secures data while generating a shared SAS safeguards access. Firewalls reinforce network security. This lab advances knowledge of all three aspects to manage access to an Azure storage account.

Understanding the Scenario:

You are a system administrator for a company that provides web hosting services for customers. You need to secure a Storage Account that may hold sensitive data. You start by requiring a secure transfer for the Storage Account. You then generate a secure access signature (SAS) and configure a Web App to use the SAS. Finally, you limit access to the Storage Account to an Azure virtual network.

Require Secure Connections:

In this section, you log into the lab environment and set the preconfigured blob image to require a secure connection through HTTPS. HTTPS protocols are compatible with a REST API, that secures all access to Azure Storage Accounts. This RESTful API allows Azure to make requests for or receive data from any other machine. Using a ‘GET’ request to the storage account retrieves an image, and tests whether a secure connection is required. To get a valid result, you may need to refresh the browser; you can see the page with the new code instead of a cached version of the old code.

Generate a Shared Access Signature:

A SAS provides admittance to data resources in a storage account by another user, service, or account. In this exercise, you create a SAS connection string that links a preconfigured Web app to the storage account. You test this set up by navigating to the Web App page and generating and obtaining messages from the storage account.

Set Firewall Rules:

You set firewall rules allowing access to the storage account from a particular subnet, an Azure virtual network. You leave the Azure machine outside of this subnet. In checking your work, you validate an access denied message occurs when attempting to view the image blob on the Azure machine. Then you open the storage image in a VM passing trusted username and password credentials through the firewall. From the VM, you can see the blob image in the storage account.

Summary:

Successful completion of the lab will give you tools to secure storage data, access, and network connectivity. In this lab, you will master:

  • Configuring secure connections.
  • Generating a shared access signature (SAS).
  • Limiting access to a Storage Account through firewall rules.

You will have learned the skills to use the tools to give customers confidence about the security of their contents stored in the Azure cloud.

Train Your Team

Cybrary’s expert-led cybersecurity courses help your team remediate skill gaps and get up-to-date on certifications. Utilize Cybrary to stay ahead of emerging threats and provide team members with clarity on how to learn, grow, and advance their careers within your organization.

Included in a Path

No items found.
Learn

Learn core concepts and get hands-on with key skills.

Practice

Exercise your problem-solving and creative thinking skills with security-centric puzzles

Prove

Assess your knowledge and skills to identify areas for improvement and measure your growth

Get Hands-on Learning

Put your skills to the test in virtual labs, challenges, and simulated environments.

Measure Your Progress

Track your skills development from lesson to lesson using the Cybrary Skills Tracker.

Connect with the Community

Connect with peers and mentors through our supportive community of cybersecurity professionals.

Success from Our Learners

"Cybrary really helped me get up to speed and acquire a baseline level of technical knowledge. It offers a far more comprehensive approach than just learning from a book. It actually shows you how to apply cybersecurity processes in a hands-on way"

Don Gates

Principal Systems Engineer/SAIC

"Cybrary’s SOC Analyst career path was the difference maker, and was instrumental in me landing my new job. I was able to show the employer that I had the right knowledge and the hands-on skills to execute the role."

Cory

Cybersecurity analyst/

"I was able to earn my CISSP certification within 60 days of signing up for Cybrary Insider Pro and got hired as a Security Analyst conducting security assessments and penetration testing within 120 days. This certainly wouldn’t have been possible without the support of the Cybrary mentor community."

Mike

Security Engineer and Pentester/

"Cybrary really helped me get up to speed and acquire a baseline level of technical knowledge. It offers a far more comprehensive approach than just learning from a book. It actually shows you how to apply cybersecurity processes in a hands-on way"

Don Gates

Principal Systems Engineer/SAIC

"Cybrary’s SOC Analyst career path was the difference maker, and was instrumental in me landing my new job. I was able to show the employer that I had the right knowledge and the hands-on skills to execute the role."

Cory

Cybersecurity analyst/

"I was able to earn my CISSP certification within 60 days of signing up for Cybrary Insider Pro and got hired as a Security Analyst conducting security assessments and penetration testing within 120 days. This certainly wouldn’t have been possible without the support of the Cybrary mentor community."

Mike

Security Engineer and Pentester/

"Becoming a Cybrary Insider Pro was a total game changer. Cybrary was instrumental in helping me break into cybersecurity, despite having no prior IT experience or security-related degree. Their career paths gave me clear direction, the instructors had real-world experience, and the virtual labs let me gain hands-on skills I could confidently put on my resume and speak to in interviews."

Cassandra

Information Security Analyst/Cisco Systems

"I was able to earn both my Security+ and CySA+ in two months. I give all the credit to Cybrary. I’m also proud to announce I recently accepted a job as a Cyber Systems Engineer at BDO... I always try to debunk the idea that you can't get a job without experience or a degree."

Casey

Cyber Systems Engineer/BDO

"Cybrary has helped me improve my hands-on skills and pass my toughest certification exams, enabling me to achieve 13 advanced certifications and successfully launch my own business. I love the practice tests for certification exams, especially, and appreciate the wide-ranging training options that let me find the best fit for my goals"

Angel

Founder,/ IntellChromatics.