問題タブ [azure-management]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - Subscription could not be found in Azure Management API
I'm trying to create a Kubernetes cluster using Azure Management API.
In the last line, a CloudException is thrown with the message: Subscription [] could not be found.
Even though an exception is thrown, the resource group is created but it is empty.
I have logged-in using Azure CLI with that service principal and I have run
with the following response:
The App registration exists In Azure Active Directory > App registrations > All apps. I even gave permissions to all possible APIs.
Is there anything I did wrong in order to receive that exception message?