是否有任何有關使用Azure Python SDK for ARM API的示例或文檔? 我試圖理解ReadTheDocs.org上的文檔,但我找不到入門指南。如何在Azure資源管理器API中使用Azure Python SDK
回答
要從ARM API使用Azure Python SDK,可以參考文檔和示例,網址爲http://azure-sdk-for-python.readthedocs.org/en/latest/resourcemanagement.html。
如果您開始學習ARM,我建議首先閱讀ARM https://azure.microsoft.com/en-us/documentation/articles/resource-group-overview/的概述和ARM https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-azure-resource-manager-architecture/的體系結構。
然後,我建議使用Azure CLI或Portal來了解您可以執行的操作,請參閱https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-azure-resource-manager/和https://azure.microsoft.com/en-us/documentation/articles/resource-group-portal/。
用於ARM的Azure Python SDK API封裝了REST API的相同功能。所以我認爲你可以通過學習https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx的ARM REST API參考來擴大對ARM API的理解。
注意:您使用Azure資源管理器在資源上執行的所有任務必須使用Azure Active Directory進行身份驗證。
所以你需要特別注意文檔。
- 1. 使用Azure資源管理器REST API
- 2. 如何在Python azure SDK的資源管理中創建標籤?
- 3. Azure資源管理器
- 4. 如何使用Azure Python SDK或Azure Cli管理Azure備份
- 5. 如何使用Azure的資源管理器REST API
- 6. 使用Azure的資源管理器
- 7. 使用Azure資源管理器模板配置Azure批處理
- 8. Azure資源管理API調用是否有C#sdk/wrapper?
- 9. Azure資源管理器.Net API無法獲取資源組
- 10. 訂閱共同管理Azure資源管理器API權限
- 11. 在Azure資源管理器模板中共享資源
- 12. 遷移到Azure資源管理器
- 13. Azure資源管理器警報創建
- 14. Azure資源管理器部署超時
- 15. Azure資源管理器 - 更新標籤
- 16. Azure資源管理器:循環依賴
- 17. Azure資源管理器部署名稱
- 18. Azure資源管理器.NET SDK,複製VHDs/Blobs
- 19. Azure資源管理器API調用速度更快嗎?
- 20. Azure資源管理器API用戶的訂閱範圍授權
- 21. Azure的CosmosDB - 在Python程序中使用查詢資源管理器
- 22. 從ARM(Azure資源管理器)對Azure WebApp的IP限制
- 23. 如何訪問Azure資源管理REST API?
- 24. 如何通過Azure資源管理器模板創建Azure Blob容器/表
- 25. 如何在配置Azure VM(資源管理器)時預留IP
- 26. 如何在Azure資源管理器模板中使用現有的Microsoft.Web/serverfarms?
- 27. 在azure資源管理中通過template.json刪除資源組
- 28. Azure資源管理器 - 更新現有資源組的標籤
- 29. 如何使用Azure資源管理器在Azure web應用程序中設置應用程序日誌
- 30. 如何使用VSTS發佈管理部署到Azure資源組
不幸的是最後一個鏈接現在是404 – arved
@arved更新最後一個鏈接。 –