Create a storage account using the Azure portal
In this unit, you'll use the Azure portal to create a storage account that is appropriate for a fictitious southern California surf report web app.
The surf report site lets users upload photos and videos of local beach conditions. Viewers will use the content to help them choose the beach with the best surfing conditions. Your list of design and feature goals is:
- Video content must load quickly.
- The site must handle unexpected spikes in upload volume.
- Outdated content must be removed as surf conditions change so the site always shows current conditions.
To fulfill these requirements, you decide to buffer uploaded content in an Azure Queue for processing, and then transfer it to an Azure Blob for persistent storage. You need a storage account that can hold both queues and blobs while delivering low-latency access to your content.
Create a storage account using Azure portal
Sign into the Azure portal using the same account you activated the sandbox with.
On the Azure portal menu, or from the Home page, select Create a resource.
In the left-hand Azure Marketplace nav bar, select Storage.
In the search box, select Storage account.
For Storage account, select Create. The Create a storage account window appears. In the Basics tab, enter the following information.
The free sandbox allows you to create resources in a subset of the Azure global regions. Select a region from the following list when you create resources:
- West US 2
- South Central US
- Central US
- East US
- West Europe
- Southeast Asia
- Japan East
- Brazil South
- Australia Southeast
- Central India
Select Next : Networking. Enter the following information.
Select Next : Data protection. Enter the following information.
Select Next : Advanced. Enter the following information.
Warning
If this option is enabled, it will enforce some additional restrictions. Azure files service connections without encryption will fail, including scenarios using SMB 2.1 or 3.0 on Linux. Because Azure storage doesn't support SSL for custom domain names, this option cannot be used with a custom domain name.
Select Next : Tags. Here, you associate key/value pairs to the account for your categorization and determine if a feature is available to any Azure resource.
Select Review + create to review the settings. This will do a quick validation of your options to make sure all the required fields are selected. If there are issues, they'll be reported here.
After you've reviewed the settings, select Create to provision the storage account.
It may take two minutes to deploy the account.
After validation succeeds, select Go to resource to view your newly-created storage account.
You created a storage account with settings driven by your business requirements. For example, you might have selected a West US datacenter because your customers were primarily located in southern California. This is a typical flow: first analyze your data and goals, and then configure the storage account options to match.
Clean up
The sandbox automatically cleans up your resources when you're finished with this module.
When you're working in your own subscription, it's a good idea at the end of a project to identify whether you still need the resources you created. Resources left running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.
When you're working in your own subscription, you can use the following steps in the Azure portal to delete the resource group and all associated resources.
Select the Resource groups link in the left sidebar.
Locate the resource group you created in the list.
Right-click on the resource group entry and select Delete resource group from the context menu. You can also click the "..." menu element on the right side of the entry to get to the same context menu.
Type the resource group name into the confirmation field.
Click the Delete button. This may take several minutes
Comments