Back to articles
Update and Maintain Resources in Azure - Control Storage Access
How-ToDevOps

Update and Maintain Resources in Azure - Control Storage Access

via Dev.tonnamdi nmarah

In this section, we’ll work through a series of tasks focused on managing an Azure Storage Account and its key components. Note: This builds on the project covered in my previous article. Scenario An Azure administrator wants to deepen your understanding of storage accounts, containers, and file shares. As the need to share files continues to grow, they’re looking for someone confident in handling these services. Your task is to create a storage container, set up a file share, and upload files to both. Create a Storage Container Start by navigating to the Storage Account page and selecting the storage account you created in the previous “Prepare” exercise. On the storage account blade, under the Data storage submenu, select Containers. Select + Add container. In the Name field, enter storage-container. Select Create.storage-container Upload a file to the storage container Select the storage container you just created. Select Upload and upload the file you prepared. Once the file is rea

Continue reading on Dev.to

Opens in a new tab

Read Full Article
7 views

Related Articles