Results 3 comments of mohanrao

After debugging the code it seems the json what we created/extracted from the local ./azure seems wrong. @akshaysngupta can you point a right direction on how to create the json...

Found out the json content need should be below like below `{ "clientId": "{{ clientid/spid }}", "clientSecret": "{{ sp_secret _password }}", "subscriptionId": "{{ subscription_id }}", "tenantId": "{{ tenant_id }}", "activeDirectoryEndpointUrl":...