Azure / Azure/azure-functions-core-tools

Cannot publish when identity-based storage connection is used (AzureWebJobsStorage__accountName)

Open
#3,376 5 comments 8 reactions 0 assignees View on GitHub
core-tools needs-investigation
Dominant language
C#
Stars
1.5k
Forks
498
Avg merge
4d 20h
Merged PRs (30d)
14

Description

The issue is described in #2671 but the conversation there is locked.
It is also marked as fixed in #3306 but it isn't.

When attempting a remote build, I get `Azure Functions Core Tools does not support this deployment path.`
There is an exact name match for `AzureWebJobsStorage` instead of prefix match:

https://github.com/Azure/azure-functions-core-tools/blob/eb2d8a509b340948009dc2ea0c765eca228f2639/src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs#L281-L284

Contributor guide

Open the contributing guide

Research direction

Start in src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs around lines 281-284, then review issues #2671 and #3306 for the existing context. Reproduce the remote-build publish path with AzureWebJobsStorage__accountName and verify that identity-based storage settings are recognized instead of producing the unsupported deployment-path error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
cli, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.