You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2017. It is now read-only.
Specifies the name of the local SQL Server the databases are in. The name must be in the following format {ComputerName}\{InstanceName}, such as "Oleg-PC\SQLEXPRESS".
473
-
474
-
.PARAMETERSqlServerAdminLogin
475
-
Specifies the SQL Server administrator name for the local server.
464
+
Specifies the name of the local SQL Server the databases are in. The name must be in the following format {ComputerName}\{InstanceName}, for example "Oleg-PC\SQLEXPRESS".
476
465
477
-
.PARAMETERSqlServerPassword
478
-
Specifies the SQL Server administrator password for the local server.
466
+
.PARAMETERSqlServerCredentials
467
+
Specifies the SQL Server administrator credentials for the local server.
479
468
480
469
.PARAMETERSqlServerDatabaseList
481
470
Specifies the list of the database names to retrieve from a local server.
@@ -492,16 +481,11 @@ function Get-SitecoreAzureSqlDatabaseConnectionString
492
481
.PARAMETERAzureSqlServerName
493
482
Specifies the name of the new SQL Database server. The server name must be globally unique.
494
483
495
-
.PARAMETERAzureSqlServerAdminLogin
496
-
Specifies the SQL Database server administrator name for the new server.
497
-
498
-
.PARAMETERAzureSqlServerPassword
499
-
Specifies the SQL Database server administrator password for the new server.
500
-
484
+
.PARAMETERAzureSqlServerCredential
485
+
Specifies the SQL Database server administrator credentials for the new server.
This command publishes the SQL Server database "sc81initial_core", "sc81initial_master" and "sc81initial_web" from the local SQL Server "Oleg-PC\SQLEXPRESS" to an Azure SQL Database Server.
507
491
@@ -520,9 +504,9 @@ function Get-SitecoreAzureSqlDatabaseConnectionString
This command publishes the SQL Server databases "sc81initial_web" from the local SQL Server "Oleg-PC\SQLEXPRESS" to an Azure SQL Database Server in the Resource Group "My-Company-Name" at the Azure data center "Australia East".
509
+
This command publishes the SQL Server databases "sc81initial_web" from the local SQL Server "Oleg-PC\SQLEXPRESS" to an Azure SQL Database Server in the Resource Group "MyCompanyName" at the Azure data center "Australia East".
526
510
527
511
528
512
@@ -531,7 +515,7 @@ function Get-SitecoreAzureSqlDatabaseConnectionString
This command publishes the SQL Server databases "sc81initial_core" and "sc81initial_web" from the local SQL Server "Oleg-PC\SQLEXPRESS" to an Azure SQL Database Server using the Azure Storage Account "mycompanyname" for BACPAC packages (.bacpac files).
537
521
@@ -545,10 +529,10 @@ function Get-SitecoreAzureSqlDatabaseConnectionString
This command publishes the SQL Server databases "sc81initial_core", "sc81initial_master" and "sc81initial_web" from the local SQL Server "Oleg-PC\SQLEXPRESS" to an Azure SQL Database Server in the Azure data center "West Europe".
535
+
This command publishes the SQL Server databases "sc81initial_core", "sc81initial_master" and "sc81initial_web" from the local SQL Server "Oleg-PC\SQLEXPRESS" to an Azure SQL Database Server with specified credentials.
552
536
553
537
554
538
@@ -564,10 +548,10 @@ function Get-SitecoreAzureSqlDatabaseConnectionString
This command publishes the SQL Server databases "sc81initial_core", "sc81initial_master" and "sc81initial_web" from the local SQL Server "Oleg-PCU\SQLEXPRESS" to Azure SQL Database Server "sitecore-azure" in the Resource Group "My-Company-Name" at the Azure data center "West Europe" using the Azure Storage Account "mycompanyname".
554
+
This command publishes the SQL Server databases "sc81initial_core", "sc81initial_master" and "sc81initial_web" from the local SQL Server "Oleg-PC\SQLEXPRESS" to Azure SQL Database Server "sitecore-azure" in the Resource Group "MyCompanyName" at the Azure data center "West Europe" using the Azure Storage Account "mycompanyname".
571
555
572
556
573
557
@@ -595,56 +579,45 @@ function Publish-SitecoreSqlDatabase
0 commit comments