Skip to content

Commit a2c7d78

Browse files
authored
Merge pull request #184904 from carlrab/azuresql
add free try it include block
2 parents 6ab3c0c + a5dba19 commit a2c7d78

17 files changed

+34
-0
lines changed

articles/azure-sql/database/scripts/add-database-to-failover-group-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example creates a database in Azure SQL Database, creates a failover group, adds the database to it, and tests failover.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/add-elastic-pool-to-failover-group-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example creates a single database, adds it to an elastic pool, creates a failover group, and tests failover.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/auditing-threat-detection-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example configures SQL Database auditing and Advanced Threat Protection.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/backup-database-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI example backs up a database in SQL Database to an Azure storage container.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/copy-database-to-new-server-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example creates a copy of an existing database in a new server.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/create-and-configure-database-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example creates a single database in Azure SQL Database and configures a server-level firewall rule. After the script has been successfully run, the database can be accessed from all Azure services and the allowed IP address range.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/import-from-bacpac-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example imports a database from a *.bacpac* file into a database in SQL Database.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/monitor-and-scale-database-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example scales a single database in Azure SQL Database to a different compute size after querying the size information of the database.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/move-database-between-elastic-pools-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI script example creates two elastic pools, moves a pooled database in SQL Database from one SQL elastic pool into another SQL elastic pool, and then moves the pooled database out of the SQL elastic pool to be a single database in SQL Database.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

articles/azure-sql/database/scripts/restore-database-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 01/05/2022
1919

2020
This Azure CLI example restores a single database in Azure SQL Database to a specific point in time.
2121

22+
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
23+
2224
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../../includes/azure-cli-prepare-your-environment.md)]
2325

2426
## Sample script

0 commit comments

Comments
 (0)