Skip to content

Commit 58d1a03

Browse files
committed
fixing things
1 parent b4dde64 commit 58d1a03

File tree

67 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+63
-63
lines changed

.openpublishing.redirection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18244,7 +18244,7 @@
1824418244
"redirect_document_id": false
1824518245
},
1824618246
{
18247-
"source_path": "articles/sql-database/sql-database-get-started-portal.md",
18247+
"source_path": "articles/sql-database/quickstart-create-single-database.md",
1824818248
"redirect_url": "/azure/sql-database/sql-database-single-database-get-started",
1824918249
"redirect_document_id": false
1825018250
},
@@ -52640,12 +52640,12 @@
5264052640
{
5264152641
"source_path": "articles/sql-database/sql-database-sync-data.md",
5264252642
"redirect_url": "/azure/azure-sql/database/sql-data-sync-data-sql-server-sql-database",
52643-
"redirect_document_id": true
52643+
"redirect_document_id": false
5264452644
},
5264552645
{
5264652646
"source_path": "articles/sql-database/sql-database-sync-monitor-oms.md",
5264752647
"redirect_url": "/azure/azure-sql/database/sql-data-sync-monitor-sync",
52648-
"redirect_document_id": true
52648+
"redirect_document_id": false
5264952649
},
5265052650
{
5265152651
"source_path": "articles/sql-database/sql-database-transact-sql-information.md",

articles/azure-functions/functions-scenario-database-table-cleanup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ If this is your first experience working with C# Functions, you should read the
1717

1818
+ Complete the steps in the article [Create your first function using Visual Studio](functions-create-your-first-function-visual-studio.md) to create a local function app that targets version 2.x or a later version of the runtime. You must also have published your project to a function app in Azure.
1919

20-
+ This article demonstrates a Transact-SQL command that executes a bulk cleanup operation in the **SalesOrderHeader** table in the AdventureWorksLT sample database. To create the AdventureWorksLT sample database, complete the steps in the article [Create an Azure SQL database in the Azure portal](../sql-database/sql-database-get-started-portal.md).
20+
+ This article demonstrates a Transact-SQL command that executes a bulk cleanup operation in the **SalesOrderHeader** table in the AdventureWorksLT sample database. To create the AdventureWorksLT sample database, complete the steps in the article [Create an Azure SQL database in the Azure portal](../sql-database/quickstart-create-single-database.md).
2121

2222
+ You must add a [server-level firewall rule](../sql-database/sql-database-get-started-portal-firewall.md) for the public IP address of the computer you use for this quickstart. This rule is required to be able access the SQL database instance from your local computer.
2323

2424
## Get connection information
2525

26-
You need to get the connection string for the database you created when you completed [Create an Azure SQL database in the Azure portal](../sql-database/sql-database-get-started-portal.md).
26+
You need to get the connection string for the database you created when you completed [Create an Azure SQL database in the Azure portal](../sql-database/quickstart-create-single-database.md).
2727

2828
1. Sign in to the [Azure portal](https://portal.azure.com/).
2929

articles/azure-sql/database/logical-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To manage an existing server, navigate to the server using a number of methods -
6565

6666
To manage an existing database, navigate to the **SQL databases** page and click the database you wish to manage. The following screenshot shows how to begin setting a server-level firewall for a database from the **Overview** page for a database.
6767

68-
![server firewall rule](./media/logical-servers/server-firewall-rule.png)
68+
![server firewall rule](./media/sql-database-get-started-portal/server-firewall-rule.png)
6969

7070
> [!IMPORTANT]
7171
> To configure performance properties for a database, see [DTU-based purchasing model](dtu-service-tiers.md) and [vCore-based purchasing model](../../sql-database/sql-database-service-tiers-vcore.md).

0 commit comments

Comments
 (0)