Tools
Tools: Secure Storage for Azure Files and Azure Blob Storage
2026-02-09
0 views
admin
Create a resource group and a storage account. ## Configure simple settings in the storage account (A). Create and deploy a resource group to hold all your project resources In the Azure portal, search for and select Resource groups. Select and open the Create button. Give your resource group a name. For example, exercisestorage. Then Select a region and Use this region throughout the project. Select Review and create to validate the resource group. (B). Create and deploy a storage account to support testing and training In the Azure portal, search for and select Storage accounts. Click and open the Create button. i. Select your Resource group, ii. Provide a Storage account name (which must be a unique name in Azure). iii. Set the Performance to Standard. iv. Select Review, and then Create. (C). Create a Container for your storage. (A). The data in this storage account doesn’t require high availability or durability. A lowest cost storage solution is desired. (B). The storage account should only accept requests from secure connections. (C). Until the storage is needed again, disable requests to the storage account by selecting the Configuration blade in the Settings section and ensure Allow storage account key access is Disabled. Be sure the changes is saved successfully. (D). Ensure the storage account allows public access from all networks. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse - In the Azure portal, search for and select Resource groups.
- Select and open the Create button. - Give your resource group a name. For example, exercisestorage.
- Then Select a region and Use this region throughout the project.
- Select Review and create to validate the resource group. - Select Create to deploy the resource group. - In the Azure portal, search for and select Storage accounts.
- Click and open the Create button.
- On the Basics tab: - Wait for the storage account to deploy and then Go to resource. - Collapse the Data Storage in the Storage Account to create a Container. Note that you do not search for container in the search bar of Azure Storage. - Click on Add Container and give it a name, after which you can open the container to upload files. - In your storage account, collapse the Data management section to select + open the Redundancy blade. Select Locally-redundant storage (LRS) in the Redundancy drop-down and be sure to save changes incase the Redundancy is not set to LRS by defaults. Refresh the page to confirm change. - In the Settings section, select the Configuration blade and open. - Ensure Secure transfer required is Enabled. Developers would like the storage account to use at least TLS version 1.2, so ensure the Minimal TLS version is set to Version 1.2 and saved if any changes is made to the default setting. - In the Security + networking section, select the Networking blade and check if Public network access is set to Enabled for all networks by default and if it is not Enabled, click the Manage box under the Public network access to enable it and be sure to Save your changes.
how-totutorialguidedev.toainetworknetworking