mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-16 06:05:07 -05:00
* docs update WIP * getting started guide updated * update getting started guide * clarify github app creation * add webhook secret to getting started guide and gh-flow app * restructure Readme * fix the Organization assumption * add mermaid diagram of the event flow * devtunnel feature to devcontainer * throw all the exceptions and add the history to the prompt * Update github-flow.md * update readme
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"environmentName": {
|
|
"value": "${AZURE_ENV_NAME}"
|
|
},
|
|
"location": {
|
|
"value": "${AZURE_LOCATION}"
|
|
},
|
|
"principalId": {
|
|
"value": "${AZURE_PRINCIPAL_ID}"
|
|
}
|
|
}
|
|
} |