Skip to content

Commit 1c1d17f

Browse files
author
Christopher McClister
committed
LinkFix: sql-docs-pr (2023-03)
1 parent 73a1882 commit 1c1d17f

48 files changed

Lines changed: 118 additions & 129 deletions

File tree

Some content is hidden

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

azure-sql/database/azure-sql-dotnet-entity-framework-core-quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This quickstart describes how to connect an application to a database in Azure S
1818
## Prerequisites
1919

2020
* An [Azure subscription](https://azure.microsoft.com/free/dotnet/).
21-
* A SQL database configured with Azure Active Directory (Azure AD) authentication. You can create one using the [Create database quickstart](/azure/azure-sql/database/single-database-create-quickstart).
21+
* A SQL database configured with Azure Active Directory (Azure AD) authentication. You can create one using the [Create database quickstart](./single-database-create-quickstart.md).
2222
* [.NET 7.0](https://dotnet.microsoft.com/download) or later.
2323
* [Visual Studio](https://visualstudio.microsoft.com/vs/) or later with the **ASP.NET and web development** workload.
2424
* The latest version of the [Azure CLI](/cli/azure/get-started-with-azure-cli).
@@ -328,9 +328,9 @@ The Azure portal allows you to work with managed identities and run queries agai
328328
>
329329
> You can read more about configuring database roles and security on the following resources:
330330
>
331-
> [Tutorial: Secure a database in Azure SQL Database](/azure/azure-sql/database/secure-database-tutorial)
331+
> [Tutorial: Secure a database in Azure SQL Database](./secure-database-tutorial.md)
332332
>
333-
> [Authorize database access to SQL Database](/azure/azure-sql/database/logins-create-manage)
333+
> [Authorize database access to SQL Database](./logins-create-manage.md)
334334

335335
## Test the deployed application
336336

@@ -340,7 +340,7 @@ The person you created locally should display in the browser. Congratulations! Y
340340

341341
## Next steps
342342

343-
- [Tutorial: Secure a database in Azure SQL Database](/azure/azure-sql/database/secure-database-tutorial)
344-
- [Authorize database access to SQL Database](/azure/azure-sql/database/logins-create-manage)
343+
- [Tutorial: Secure a database in Azure SQL Database](./secure-database-tutorial.md)
344+
- [Authorize database access to SQL Database](./logins-create-manage.md)
345345
- [An overview of Azure SQL Database security capabilities](security-overview.md)
346-
- [Azure SQL Database security best practices](security-best-practice.md)
346+
- [Azure SQL Database security best practices](security-best-practice.md)

azure-sql/database/azure-sql-dotnet-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This quickstart follows the recommended passwordless approach to connect to the
2020
## Prerequisites
2121

2222
* An [Azure subscription](https://azure.microsoft.com/free/dotnet/).
23-
* A SQL database configured with Azure Active Directory (Azure AD) authentication. You can create one using the [Create database quickstart](/azure/azure-sql/database/single-database-create-quickstart).
23+
* A SQL database configured with Azure Active Directory (Azure AD) authentication. You can create one using the [Create database quickstart](./single-database-create-quickstart.md).
2424
* The latest version of the [Azure CLI](/cli/azure/get-started-with-azure-cli).
2525
* [Visual Studio](https://visualstudio.microsoft.com/vs/) or later with the **ASP.NET and web development** workload.
2626
* [.NET 7.0](https://dotnet.microsoft.com/download) or later.
@@ -291,12 +291,12 @@ The Azure portal allows you to work with managed identities and run queries agai
291291
>
292292
> You can read more about configuring database roles and security on the following resources:
293293
>
294-
> [Tutorial: Secure a database in Azure SQL Database](/azure/azure-sql/database/secure-database-tutorial)
294+
> [Tutorial: Secure a database in Azure SQL Database](./secure-database-tutorial.md)
295295
>
296-
> [Authorize database access to SQL Database](/azure/azure-sql/database/logins-create-manage)
296+
> [Authorize database access to SQL Database](./logins-create-manage.md)
297297

298298
## Test the deployed application
299299

300300
Browse to the URL of the app to test that the connection to Azure SQL Database is working. You can locate the URL of your app on the App Service overview page. Append the `/person` path to the end of the URL to browse to the same endpoint you tested locally.
301301

302-
The person you created locally should display in the browser. Congratulations! Your application is now connected to Azure SQL Database in both local and hosted environments.
302+
The person you created locally should display in the browser. Congratulations! Your application is now connected to Azure SQL Database in both local and hosted environments.

azure-sql/database/sql-data-sync-sql-server-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Yes. You must manually approve the service managed private endpoint, in the Priv
238238

239239
This may happen because Azure resources are not allowed to access your server. There are two solutions:
240240

241-
1. Ensure that the firewall on the Azure database has set **Allow Azure services and resources to access this server** to **Yes**. For more information, see [Azure SQL Database and network access controls](/azure/azure-sql/database/network-access-controls-overview?view=azuresql&preserve-view=true).
241+
1. Ensure that the firewall on the Azure database has set **Allow Azure services and resources to access this server** to **Yes**. For more information, see [Azure SQL Database and network access controls](./network-access-controls-overview.md?preserve-view=true&view=azuresql).
242242
1. Configure a [private link for Data Sync](sql-data-sync-data-sql-server-sql-database.md?view=azuresql&preserve-view=true#private-link-for-data-sync), which is different from an Azure Private Link. Private Link is the way to create Sync groups using secure connection with databases sitting behind a firewall. SQL Data Sync Private Link is Microsoft-managed endpoint and internally creates a subnet within the existing VNet, so there is no need to create another VNet or subnet.
243243

244244
## Next steps

azure-sql/includes/passwordless-configure-server-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Secure, passwordless connections to Azure SQL Database with .NET require certain
1212

1313
:::image type="content" source="../database/media/passwordless-connections/enable-active-directory-small.png" lightbox="../database/media/passwordless-connections/enable-active-directory.png" alt-text="A screenshot showing how to enable Active Directory authentication.":::
1414

15-
1) If you're using a personal Azure account, make sure you have [Azure Active Directory setup and configured for Azure SQL Database](/azure/azure-sql/database/authentication-aad-configure) in order to assign your account as a server admin. If you're using a corporate account, Azure Active Directory will most likely already be configured for you.
15+
1) If you're using a personal Azure account, make sure you have [Azure Active Directory setup and configured for Azure SQL Database](../database/authentication-aad-configure.md) in order to assign your account as a server admin. If you're using a corporate account, Azure Active Directory will most likely already be configured for you.

docs/azure-data-studio/extensions/azure-postgresql-migration-extension-troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Error Message: Failed to run one or more assessment components with an unknown e
176176

177177
Possible causes: An unknown internal error has occurred.
178178

179-
Remediation actions: Try to create a new assessment. To investigate further, go through the [log](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension) to understand the reason for the error. If the issue persists, [contact Microsoft for help](azure-postgresql-migration-extension.md#get-help-from-microsoft-support).
179+
Remediation actions: Try to create a new assessment. To investigate further, go through the [log](./database-migration-assessment-for-oracle-extension.md) to understand the reason for the error. If the issue persists, [contact Microsoft for help](azure-postgresql-migration-extension.md#get-help-from-microsoft-support).
180180

181181
### Error Code: GE-1002
182182

@@ -216,7 +216,7 @@ Error Message: Failed to process the performance data.
216216

217217
Possible causes: This Error occurred during the collection of PostgreSQL performance data.
218218

219-
Remediation actions: Try to create a new assessment. To investigate further, go through the [log](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension) to understand the reason for the error. If the issue persists, [contact Microsoft for help](azure-postgresql-migration-extension.md#get-help-from-microsoft-support).
219+
Remediation actions: Try to create a new assessment. To investigate further, go through the [log](./database-migration-assessment-for-oracle-extension.md) to understand the reason for the error. If the issue persists, [contact Microsoft for help](azure-postgresql-migration-extension.md#get-help-from-microsoft-support).
220220

221221
### Error Code: PGSQLA-1000
222222

@@ -321,4 +321,4 @@ Remediation actions: Check if the hostname and port number are correct. If the i
321321
- [Azure Data Studio extensions](add-extensions.md)
322322
- [Azure Data Studio release notes](../release-notes-azure-data-studio.md)
323323
- [Database migrations using Azure Data Studio](/azure/dms/migration-using-azure-data-studio)
324-
- [Download Azure Data Studio](../download-azure-data-studio.md)
324+
- [Download Azure Data Studio](../download-azure-data-studio.md)

docs/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension-troubleshoot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -410,31 +410,31 @@ If the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO)
410410

411411
**Possible causes:** An unknown internal error has occurred.
412412

413-
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension?#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
413+
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](./database-migration-assessment-for-oracle-extension.md#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
414414

415415
### Error Code: SQLA-1000
416416

417417
**Error Message:** Failed to calculate feature compatibility with an unknown error.
418418

419419
**Possible causes:** An unknown internal error has occurred.
420420

421-
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension?#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
421+
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](./database-migration-assessment-for-oracle-extension.md#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
422422

423423
### Error Code: SQLA-2001
424424

425425
**Error Message:** Failed to calculate schema workload complexity with an unknown error.
426426

427427
**Possible causes:** An unknown internal error has occurred.
428428

429-
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension?#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
429+
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](./database-migration-assessment-for-oracle-extension.md#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
430430

431431
### Error Code: GE-0001
432432

433433
**Error Message:** Failed to run one or more assessment components with an unknown error.
434434

435435
**Possible causes:** An unknown internal error has occurred.
436436

437-
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension?#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
437+
**Remediation actions:** Try to create a new assessment. To investigate further, go through the [log](./database-migration-assessment-for-oracle-extension.md#logs) to understand the reason for the error if the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO).
438438

439439
### Error Code: Ora2Pg-2001
440440

@@ -541,7 +541,7 @@ Azure Data Studio extension install folder (for example, on Windows %USERPROFILE
541541
3. Oracle Home path needs to be correctly set in the extension settings.
542542
4. The Oracle Home path in the environment variable differs from the one mentioned in the extension settings.
543543

544-
**Remediation actions:** Check that Ora2Pg is installed correctly by running the command ***ora2pg -v*** on the command prompt. You can install Ora2Pg using the [script](https://github.com/microsoft/OrcasNinjaTeam/tree/master/ora2pg-install). Check the value of the environment variable from the command prompt using ***echo %ORACLE_HOME%***. Also, Check the Oracle Home path setting in the extension settings. Refer to [configure extension settings](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension?#configure-extension-settings).
544+
**Remediation actions:** Check that Ora2Pg is installed correctly by running the command ***ora2pg -v*** on the command prompt. You can install Ora2Pg using the [script](https://github.com/microsoft/OrcasNinjaTeam/tree/master/ora2pg-install). Check the value of the environment variable from the command prompt using ***echo %ORACLE_HOME%***. Also, Check the Oracle Home path setting in the extension settings. Refer to [configure extension settings](./database-migration-assessment-for-oracle-extension.md#configure-extension-settings).
545545

546546
### Error Code: Ora2Pg-0009
547547

@@ -567,12 +567,12 @@ Azure Data Studio extension install folder (for example, on Windows %USERPROFILE
567567
3. Oracle Home path needs to be correctly set in the extension settings.
568568
4. The Oracle Home path in the environment variable differs from the one mentioned in the extension settings.
569569

570-
**Remediation actions:** Check that Ora2Pg is installed correctly by running the command ***ora2pg -v*** on the command prompt. You can install Ora2Pg using the [script](https://github.com/microsoft/OrcasNinjaTeam/tree/master/ora2pg-install). Check the value of the environment variable from the command prompt using ***echo %ORACLE_HOME%***. Also, Check the Oracle Home path setting in the extension settings. Refer to the [configure extension settings](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension?#configure-extension-settings).
570+
**Remediation actions:** Check that Ora2Pg is installed correctly by running the command ***ora2pg -v*** on the command prompt. You can install Ora2Pg using the [script](https://github.com/microsoft/OrcasNinjaTeam/tree/master/ora2pg-install). Check the value of the environment variable from the command prompt using ***echo %ORACLE_HOME%***. Also, Check the Oracle Home path setting in the extension settings. Refer to the [configure extension settings](./database-migration-assessment-for-oracle-extension.md#configure-extension-settings).
571571

572572
### Error Code: Ora2Pg-0012
573573

574574
**Error Message:** Assessment failed due to an issue with the Ora2pg installation. Install Ora2pg using the script {0}. This script will install the Ora2pg and its prerequisites. Verify that the PATH (Windows) environment variable or ORACLE_HOME (Linux) environment variable points to the correct Oracle Home Directory.
575575

576576
**Possible causes:** Ora2Pg isn't installed or visible to you.
577577

578-
**Remediation actions:** Check that Ora2Pg is installed correctly by running the command ***ora2pg -v*** on the command prompt. You can install Ora2Pg using the [script](https://github.com/microsoft/OrcasNinjaTeam/tree/master/ora2pg-install). Check the value of the environment variable from the command prompt using ***echo %ORACLE_HOME%***. Also, Check the Oracle Home path setting in the extension settings. Refer to the [configure extension settings](/sql/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension?#configure-extension-settings).
578+
**Remediation actions:** Check that Ora2Pg is installed correctly by running the command ***ora2pg -v*** on the command prompt. You can install Ora2Pg using the [script](https://github.com/microsoft/OrcasNinjaTeam/tree/master/ora2pg-install). Check the value of the environment variable from the command prompt using ***echo %ORACLE_HOME%***. Also, Check the Oracle Home path setting in the extension settings. Refer to the [configure extension settings](./database-migration-assessment-for-oracle-extension.md#configure-extension-settings).

docs/azure-data-studio/overview-of-the-table-designer-in-azure-data-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The SQL server connection in which your database resides needs to be active in o
6464
Ensure that the query editor is connected to the database on which the script is to be ran. This is done by selecting the **Connect** button in the query editor window. This will pull up the connection dialog box where you can enter in the credentials for the server you are running your database script on.
6565

6666
>[!NOTE]
67-
> Please note that changes to the table design can be made manually in the query editor by editing the T-SQL script. **SQLCMD** mode must be enabled to successfully execute Transact-SQL scripts. This is done by toggling this button as shown in the image above (already enabled, which is why it shows **Disable SQLCMD**). To learn more about this, please refer to the [SQLCMD utility documentation](../tools/sqlcmd-utility.md).
67+
> Please note that changes to the table design can be made manually in the query editor by editing the T-SQL script. **SQLCMD** mode must be enabled to successfully execute Transact-SQL scripts. This is done by toggling this button as shown in the image above (already enabled, which is why it shows **Disable SQLCMD**). To learn more about this, please refer to the [SQLCMD utility documentation](../tools/sqlcmd/sqlcmd-utility.md).
6868
6969
6. Remember to save changes made on the table designer. Unsaved changes are indicated by the black shaded dot as shown below:
7070

@@ -131,4 +131,4 @@ Don't forget to publish to your database.
131131
- [Build and Deploy changes to a database table using SQL Projects](./build-and-publish-changes-to-table-using-sql-projects.md)
132132
- [Learn how to create a graph table using the Table Designer](./create-graph-tables-in-azure-data-studio.md)
133133
- [Learn how to create a memory-optimized table using the Table Designer](./create-memory-optimized-tables-in-azure-data-studio.md)
134-
- [Learn how to create system-versioned tables using the Table Designer](./create-temporal-tables-in-azure-data-studio.md)
134+
- [Learn how to create system-versioned tables using the Table Designer](./create-temporal-tables-in-azure-data-studio.md)

0 commit comments

Comments
 (0)