简体   繁体   中英

Visual Studio 2019 Azure KeyVault configuration error when publish

I want to deploy my project to Azure in an App Service I have just created. Also, I created a KeyVault for all my settings.

When I try to deploy to app to the service, I have to configure the connection strings for the databases.

在此处输入图片说明

I click on Configure and follow the instruction and select the right app service or KeyVault. Then, in the last step, I receive this error.

Dependency configuration progress

Failed to resolve token 'ProfileResourceId'.

ErrorEmpty parameter 'resourceId'...

ErrorFailed to configure Azure AppService settings.

Failed to configure dependency Azure Key Vault secrets1

在此处输入图片说明

How can I fix it?

More details

I didn't follow any documentation. Usually, I use Azure DevOps to deploy application to Azure. In this case, I prefer to deploy the application from my laptop.

For that, I downloaded the publish profile from the portal and added in Visual Studio .

在此处输入图片说明

Then, I see some alert. At the beginning I ignored the alert but the deployed application doesn't work. So, I tried to configure each dependence .

在此处输入图片说明

If I press on the + to add a new service dependency, I select Azure Key Vault . Select the Azure subscription and the keyvault. Then, the local variable and review the setting. Then Finish.

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

30719-image.png

In the solution I see some files for ServiceDependencies

在此处输入图片说明

What it is strange to me is that in the project I successful configured the Connected Services .

在此处输入图片说明

I had a similar issue with Application Insights. I was able to resolve by clicking "Restore service dependencies and their settings" in the Publish window.

After clicking, I was able to configure my dependencies without the "Failed to resolve token 'ProfileResourceId'." error.

服务依赖配置窗口

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM