-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Description
Hi, Team.
I've got a question about the azure.yaml schema. According to the schema definition:
azure-dev/schemas/v1.0/azure.yaml.json
Lines 44 to 46 in eac24ab
| "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?
cwe1ss