Open endritm00 opened 4 years ago
It is difficult to say for certain, but I believe this error is caused by the use of managed identity to access the resources. Details on how you can work around this when debugging locally can be found here
I had to change the deployment file from AzureRm to Az commands and it worked.
I had to change the deployment file from AzureRm to Az commands and it worked.
Is this an accepted answer to the issue? Is there an Az version of the deploy script that is available?
After also having the end-point error like the other guy, I went and coded the end point in the Web.Config
add key="webPortal.keyVaultEndpoint" value="https://teststorekey.vault.azure.net/" />
Only this seemed to solve the endpoint issue,but now I am having the connection string error also.
I tried deploying using the Deployment project file, but it also throws some powershell errors such as command not recognized, while I am not writing anything there just letting it run.