Skip to content

Commit

Permalink
chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources (#4313
Browse files Browse the repository at this point in the history
)

* Add deplpoyment template

* Restore microsoft.alertsmanagement to template

* Fix alertsmanagement specs

* Drop snapshots, deployments

* Drop insights

* Restore insights

* Fix app id

* Add botServices dependsOn

* Fix comment
  • Loading branch information
BruceHaley authored Aug 24, 2022
1 parent c692c81 commit 70990c5
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"app_id": {
"value": null
},
"app_secret": {
"value": null
},
"botServices_bot_name": {
"value": null
},
"components_react_app_name": {
"value": null
},
"directLine_extension_key": {
"value": null
},
"directLine_secret": {
"value": null
},
"resources_location": {
"value": null
},
"serviceplan_name": {
"value": null
},
"sites_bot_name": {
"value": null
},
"sites_react_app_name": {
"value": null
}
}
}
Loading

0 comments on commit 70990c5

Please sign in to comment.