- Microsoft Azure Administrator:Exam Guide AZ-103
- Sjoukje Zaal
- 184字
- 2021-06-24 14:02:05
Creating and configuring storage accounts
Before you can upload any data or files to Azure storage, a storage account needs to be created. This can be done using the Azure portal, PowerShell, the CLI, ARM templates, or Visual Studio.
In this demonstration, we are going to create a storage account with PowerShell:
- First, we need to log in to the Azure account:
Connect-AzAccount
- If necessary, select the right subscription:
Select-AzSubscription -SubscriptionId "********-****-****-****-***********"
- Create a resource group:
New-AzResourceGroup -Name PacktPubStorageAccount -Location EastUS
- Create the storage account:
New-AzStorageAccount -ResourceGroupName PacktPubStorageAccount -AccountName packtpubstorage -Location "East US" -SkuName Standard_GRS -Kind StorageV2 -AccessTier Hot
In this demonstration, we created a new storage account using PowerShell. If you are new to storage accounts, I highly recommend creating a storage account from the Azure portal as well. That way, you will see all the available storage account types, storage replication types, access tiers that you can choose from, the different performance tiers (standard or premium), and how this is all connected to each other.
Now that we have created a new storage account, we can install the Azure Storage Explorer tool.
推薦閱讀
- 電腦組裝與系統(tǒng)安裝
- Linux網絡管理與配置(第2版)
- Linux系統(tǒng)文件安全實戰(zhàn)全攻略
- Arch Linux Environment Setup How-to
- 白話區(qū)塊鏈
- Extending Puppet
- Windows Vista融會貫通
- Android物聯網開發(fā)細致入門與最佳實踐
- 注冊表應用完全DIY
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- AWS SysOps Cookbook
- Learn CUDA Programming
- Windows Vista終極技巧金典
- Linux系統(tǒng)安全:縱深防御、安全掃描與入侵檢測
- OpenSolaris紅寶書