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 083b51b + 9a7afcc commit ba56aeeCopy full SHA for ba56aee
articles/app-service/provision-resource-terraform.md
@@ -85,7 +85,7 @@ resource "azurerm_linux_web_app" "webapp" {
85
resource "azurerm_app_service_source_control" "sourcecontrol" {
86
app_id = azurerm_linux_web_app.webapp.id
87
repo_url = "https://github.com/Azure-Samples/nodejs-docs-hello-world"
88
- branch = "master"
+ branch = "main"
89
use_manual_integration = true
90
use_mercurial = false
91
}
0 commit comments