Skip to content

Commit ba56aee

Browse files
authored
Merge pull request #293438 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 083b51b + 9a7afcc commit ba56aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/provision-resource-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ resource "azurerm_linux_web_app" "webapp" {
8585
resource "azurerm_app_service_source_control" "sourcecontrol" {
8686
app_id = azurerm_linux_web_app.webapp.id
8787
repo_url = "https://github.com/Azure-Samples/nodejs-docs-hello-world"
88-
branch = "master"
88+
branch = "main"
8989
use_manual_integration = true
9090
use_mercurial = false
9191
}

0 commit comments

Comments
 (0)