我正在學習Microsoft Azure並使用python3。我得到以下錯誤代碼:Microsoft Azure身份驗證錯誤
C:\Python\python.exe D:/Phyton/Restapi/a.py
Cannot find resource group sgelastic. Check connection/authorization.
{
"error": {
"code": "AuthorizationFailed",
"message": "The client '22273c48-3d9d-4f31-9316-210135595353' with object id '22273c48-3d9d-4f31-9316-210135595353' does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourceGroups/read' over scope '/subscriptions/0f3e0eec-****-****-b9f9-************resourceGroups/sgelastic'."
}
}
Process finished with exit code 0
該怎麼辦?我應該創建新的訂閱或其他東西? 謝謝。
你的描述不清楚。你能發佈更多細節嗎?比如你想做什麼,你的源代碼是'a.py'等。 –