Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Connection String: [No connection string specified] #27

@endritm00

Description

@endritm00

Connection String: [No connection string specified], Resource: https://vault.azure.net, Authority: https://login.windows.net/8430550f-01d2-4dd8-a579-cfc7679facd9. Exception Message: Tried the following 4 methods to get an access token, but none of them worked.
Parameters: Connection String: [No connection string specified], Resource: https://vault.azure.net, Authority: https://login.windows.net/8430550f-01d2-4dd8-a579-cfc7679facd9. Exception Message: Tried to get token using Managed Service Identity. Access token could not be acquired. An error occurred while sending the request.
Parameters: Connection String: [No connection string specified], Resource: https://vault.azure.net, Authority: https://login.windows.net/8430550f-01d2-4dd8-a579-cfc7679facd9. Exception Message: Tried to get token using Visual Studio. Access token could not be acquired. Visual Studio Token provider file not found at "D:\local\LocalAppData.IdentityService\AzureServiceAuth\tokenprovider.json"
Parameters: Connection String: [No connection string specified], Resource: https://vault.azure.net, Authority: https://login.windows.net/8430550f-01d2-4dd8-a579-cfc7679facd9. Exception Message: Tried to get token using Azure CLI. Access token could not be acquired. 'az' is not recognized as an internal or external command,
operable program or batch file.

Parameters:` Connection String: [No connection string specified], Resource: https://vault.azure.net, Authority: https://login.windows.net/8430550f-01d2-4dd8-a579-cfc7679facd9. Exception Message: Tried to get token using Active Directory Integrated Authentication. Access token could not be acquired. Failed to get user name from the operating system.Inner Exception : The format of the specified domain name is invalid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions