- Learning Microsoft Azure Storage
- Mohamed Waly
- 165字
- 2021-07-02 15:26:12
Creating Table storage
Let’s see how we can create Table storage in the storage account we created in the last chapter:
- Navigate to the storage we created in the last chapter using the portal, as shown in the following screenshot:

Figure 2.7: Azure Storage services overview
- You can see all the storage services in the previous screenshot. To manage tables, you have to click on Tables, and a new blade will appear, as shown in the following screenshot:

Figure 2.8: Azure Table service overview
- In order to create a table service, just click on Table, and specify the Table name, as shown in the following screenshot:

Figure 2.9: Azure Table service creation
- Once done, you will see that the table has been created, as shown in the following screenshot:

Figure 2.10: The created table
For database developers and administrators who are interested in learning how to access a created table and start working with it, you can check the following link: https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-how-to-use-tables.
推薦閱讀
- Seven NoSQL Databases in a Week
- 計算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- 機(jī)艙監(jiān)測與主機(jī)遙控
- Python Data Science Essentials
- 大數(shù)據(jù)安全與隱私保護(hù)
- 讓每張照片都成為佳作的Photoshop后期技法
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 步步圖解自動化綜合技能
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 網(wǎng)絡(luò)服務(wù)器搭建與管理
- Introduction to R for Business Intelligence
- JRuby語言實(shí)戰(zhàn)技術(shù)
- FANUC工業(yè)機(jī)器人虛擬仿真教程
- Eclipse RCP應(yīng)用系統(tǒng)開發(fā)方法與實(shí)戰(zhàn)