We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3465fc + 349e596 commit c8333beCopy full SHA for c8333be
.github/workflows/deploy.yml
@@ -73,7 +73,7 @@ jobs:
73
id: generate_rg_name
74
run: |
75
echo "Generating a unique resource group name..."
76
- ACCL_NAME="ci-biab" # Account name as specified
+ ACCL_NAME="macae" # Account name as specified
77
SHORT_UUID=$(uuidgen | cut -d'-' -f1)
78
UNIQUE_RG_NAME="arg-${ACCL_NAME}-${SHORT_UUID}"
79
echo "RESOURCE_GROUP_NAME=${UNIQUE_RG_NAME}" >> $GITHUB_ENV
azure.yaml
@@ -1,2 +1,4 @@
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2
name: multi-agent-custom-automation-engine-solution-accelerator
3
+metadata:
4
+ template: multi-agent-custom-automation-engine-solution-accelerator@1.0
docs/images/readme/macae-architecture.png
-5.04 KB
0 commit comments