Azure / Azure/azure-functions-host

WEBSITE_CONTENTAZUREFILECONNECTIONSTRING as keyvault reference makes deployment fail

Open
#7,094 17 comments 10 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

```
Deployment failed. Correlation ID: f171c78c-ad28-4426-aea4-cd9ae0bf57e9. {
"Code": "BadRequest",
"Message": "The parameter 'WEBSITE_CONTENTAZUREFILECONNECTIONSTRING' has an invalid value. Details: Cannot specify key vault references not referencing User Assigned Identity on Create Site.",
"Target": null,
"Details": [
{
"Message": "The parameter 'WEBSITE_CONTENTAZUREFILECONNECTIONSTRING' has an invalid value. Details: Cannot specify key vault references not referencing User Assigned Identity on Create Site."
},
{
"Code": "BadRequest"
},
{
"ErrorEntity": {
"ExtendedCode": "01033",
"MessageTemplate": "The parameter '{0}' has an invalid value. Details: {1}.",
"Parameters": [
"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING",
"Cannot specify key vault references not referencing User Assigned Identity on Create Site"
],
"Code": "BadRequest",
"Message": "The parameter 'WEBSITE_CONTENTAZUREFILECONNECTIONSTRING' has an invalid value. Details: Cannot specify key vault references not referencing User Assigned Identity on Create Site."
}
}
],
"Innererror": null
}
```

Per comment here:
https://github.com/Azure/azure-functions-host/issues/5306#issuecomment-696561132

Contributor guide

Open the contributing guide

Research direction

The payload names no files, tests, or entry points. Start by reading the referenced comment in azure-functions-host issue #5306 and compare its context with the reported deployment error; the issue does not specify the expected behavior or a concrete completion condition.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.