Open Cheelax opened 7 years ago
for me, this was because i was accessing another tennant, but signed into a different one.
change the following
static AuthenticationResult GetCommonAzureAccessToken() { var authContext = new AuthenticationContext(string.Format("{0}/common/oauth2/authorize", authUrl)); var result = authContext.AcquireToken( resource: armResource, clientId: clientId, redirectUri: redirectUri, promptBehavior: PromptBehavior.Always);
Hi,
I am facing below exception while importing .pbix file to azure portal
Exception thrown: 'Microsoft.Rest.HttpOperationException' in mscorlib.dll
Exception thrown: 'Microsoft.Rest.HttpOperationException' in mscorlib.dll
Exception thrown: 'Microsoft.Rest.HttpOperationException' in mscorlib.dll
Exception thrown: 'System.ArgumentNullException' in Microsoft.Rest.ClientRuntime.dll
Exception thrown: 'System.ArgumentNullException' in mscorlib.dll
Exception thrown: 'System.ArgumentNullException' in mscorlib.dll
at Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject[T](String json, JsonSerializerSettings settings)
at Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject[T](String json, JsonConverter[] converters)
at ProvisionSample.Program.
Any advice to solve this issue will be entertained as early as possible? Thanks you.
Hi, I am at the moment working on a poc using the PowerBi embedded sample. So I created the necessary elements in azure. I am now trying to "provision a new workspace collection" but when I try to create it, the azure connexion page is pushed, I log in and the console shows the following message:
I looked for the wrong issuer in the project to change it but i don t find it... Any advice to solve my problem? Thank you.