Skip to content

Commit

Permalink
Merge pull request #32347 from svchandramohan/patch-1
Browse files Browse the repository at this point in the history
Update elastic-jobs-powershell-create.md
  • Loading branch information
prmerger-automator[bot] authored Nov 8, 2024
2 parents c89e939 + 78280f7 commit e9f133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-sql/database/elastic-jobs-powershell-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ $adminPassword = '<password>'
$params = @{
'database' = 'master'
'serverInstance' = $targetServer.ServerName + '.database.windows.net'
'serverInstance' = $targetServer + '.database.windows.net'
'username' = $adminLogin
'password' = $adminPassword
'outputSqlErrors' = $true
Expand Down

0 comments on commit e9f133e

Please sign in to comment.