Skip to content

[Issue] Deploying multiple apps in one repo, in an order #121

@justinyoo

Description

@justinyoo

Hi, Team.

I've got a question about the azure.yaml schema. According to the schema definition:

"service": {
"type": "object",
"additionalProperties": false,

I might be able to handle multiple app deployments within a repository because the services attribute is the type of dictionary. But the dictionary doesn't guarantee the order of the deployment execution. If I define multiple apps like AzFunc1 and AzFunc2 in azure.yaml, and I need to deploy AzFunc1 first, followed by AzFunc2, can I achieve it as of today, or it's on your roadmap?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions