Skip to content

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

Open
@obesser

Description

@obesser

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:

if (!functionApp.AzureAppSettings.ContainsKey("AzureWebJobsStorage") && functionApp.IsDynamic && functionApp.IsLinux)
{
throw new CliException($"Azure Functions Core Tools does not support this deployment path. Please configure the app to deploy from a remote package using the steps here: https://aka.ms/deployfromurl");
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions