- Microsoft Azure Administrator:Exam Guide AZ-103
- Sjoukje Zaal
- 181字
- 2021-06-24 14:02:06
Managing access keys
To manage access keys, perform the following steps:
- Navigate to the Azure portal by opening https://portal.azure.com.
- Again, go to the storage account that we created in the previous step.
- Once the overview blade is open, under Settings, select Access keys.
- Here, you can see both of the access keys that were generated for you when the storage account was created. The reason that Azure created two access keys for you is because if you regenerate a new key, all of the SAS that you created for this key will no longer work. You can then let applications access that data using the secondary key, and once the key is regenerated, you can share the new key with your clients. You can generate new keys by clicking on the buttons next to both keys:

Access keys
- There is also a connection string provided for each key which can be used by client applications to access the storage account.
In the next section, we're going to generate an SAS for the access keys.
推薦閱讀
- 嵌入式Linux開發技術
- BPEL and Java Cookbook
- Linux集群和自動化運維
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- Windows Server 2012網絡操作系統企業應用案例詳解
- RESS Essentials
- 網絡操作系統教程:Windows Server 2016管理與配置
- Windows 7案例教程
- AWS Development Essentials
- NetDevOps入門與實踐
- Advanced Infrastructure Penetration Testing
- VMware vSphere 5.1 Cookbook
- CSS揭秘
- Getting Started with UDK
- 程序員必讀經典(算法基礎+計算機系統)