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
Copy file name to clipboardExpand all lines: azure-sql/database/azure-sql-dotnet-entity-framework-core-quickstart.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This quickstart describes how to connect an application to a database in Azure S
18
18
## Prerequisites
19
19
20
20
* 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).
22
22
*[.NET 7.0](https://dotnet.microsoft.com/download) or later.
23
23
*[Visual Studio](https://visualstudio.microsoft.com/vs/) or later with the **ASP.NET and web development** workload.
24
24
* 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
328
328
>
329
329
> You can read more about configuring database roles and security on the following resources:
330
330
>
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)
332
332
>
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)
334
334
335
335
## Test the deployed application
336
336
@@ -340,7 +340,7 @@ The person you created locally should display in the browser. Congratulations! Y
340
340
341
341
## Next steps
342
342
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)
345
345
- [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)
Copy file name to clipboardExpand all lines: azure-sql/database/azure-sql-dotnet-quickstart.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This quickstart follows the recommended passwordless approach to connect to the
20
20
## Prerequisites
21
21
22
22
* 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).
24
24
* The latest version of the [Azure CLI](/cli/azure/get-started-with-azure-cli).
25
25
*[Visual Studio](https://visualstudio.microsoft.com/vs/) or later with the **ASP.NET and web development** workload.
26
26
*[.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
291
291
>
292
292
> You can read more about configuring database roles and security on the following resources:
293
293
>
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)
295
295
>
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)
297
297
298
298
## Test the deployed application
299
299
300
300
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.
301
301
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.
Copy file name to clipboardExpand all lines: azure-sql/database/sql-data-sync-sql-server-configure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ Yes. You must manually approve the service managed private endpoint, in the Priv
238
238
239
239
This may happen because Azure resources are not allowed to access your server. There are two solutions:
240
240
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).
242
242
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.
Copy file name to clipboardExpand all lines: azure-sql/includes/passwordless-configure-server-networking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ Secure, passwordless connections to Azure SQL Database with .NET require certain
12
12
13
13
:::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.":::
14
14
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.
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/azure-postgresql-migration-extension-troubleshoot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ Error Message: Failed to run one or more assessment components with an unknown e
176
176
177
177
Possible causes: An unknown internal error has occurred.
178
178
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).
180
180
181
181
### Error Code: GE-1002
182
182
@@ -216,7 +216,7 @@ Error Message: Failed to process the performance data.
216
216
217
217
Possible causes: This Error occurred during the collection of PostgreSQL performance data.
218
218
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).
220
220
221
221
### Error Code: PGSQLA-1000
222
222
@@ -321,4 +321,4 @@ Remediation actions: Check if the hostname and port number are correct. If the i
321
321
-[Azure Data Studio extensions](add-extensions.md)
322
322
-[Azure Data Studio release notes](../release-notes-azure-data-studio.md)
323
323
-[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)
Copy file name to clipboardExpand all lines: docs/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension-troubleshoot.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -410,31 +410,31 @@ If the issue persists, [contact Microsoft for help](https://aka.ms/contactDMAO)
410
410
411
411
**Possible causes:** An unknown internal error has occurred.
412
412
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).
414
414
415
415
### Error Code: SQLA-1000
416
416
417
417
**Error Message:** Failed to calculate feature compatibility with an unknown error.
418
418
419
419
**Possible causes:** An unknown internal error has occurred.
420
420
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).
422
422
423
423
### Error Code: SQLA-2001
424
424
425
425
**Error Message:** Failed to calculate schema workload complexity with an unknown error.
426
426
427
427
**Possible causes:** An unknown internal error has occurred.
428
428
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).
430
430
431
431
### Error Code: GE-0001
432
432
433
433
**Error Message:** Failed to run one or more assessment components with an unknown error.
434
434
435
435
**Possible causes:** An unknown internal error has occurred.
436
436
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).
438
438
439
439
### Error Code: Ora2Pg-2001
440
440
@@ -541,7 +541,7 @@ Azure Data Studio extension install folder (for example, on Windows %USERPROFILE
541
541
3. Oracle Home path needs to be correctly set in the extension settings.
542
542
4. The Oracle Home path in the environment variable differs from the one mentioned in the extension settings.
543
543
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).
545
545
546
546
### Error Code: Ora2Pg-0009
547
547
@@ -567,12 +567,12 @@ Azure Data Studio extension install folder (for example, on Windows %USERPROFILE
567
567
3. Oracle Home path needs to be correctly set in the extension settings.
568
568
4. The Oracle Home path in the environment variable differs from the one mentioned in the extension settings.
569
569
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).
571
571
572
572
### Error Code: Ora2Pg-0012
573
573
574
574
**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.
575
575
576
576
**Possible causes:** Ora2Pg isn't installed or visible to you.
577
577
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).
Copy file name to clipboardExpand all lines: docs/azure-data-studio/overview-of-the-table-designer-in-azure-data-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The SQL server connection in which your database resides needs to be active in o
64
64
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.
65
65
66
66
>[!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).
68
68
69
69
6. Remember to save changes made on the table designer. Unsaved changes are indicated by the black shaded dot as shown below:
70
70
@@ -131,4 +131,4 @@ Don't forget to publish to your database.
131
131
-[Build and Deploy changes to a database table using SQL Projects](./build-and-publish-changes-to-table-using-sql-projects.md)
132
132
-[Learn how to create a graph table using the Table Designer](./create-graph-tables-in-azure-data-studio.md)
133
133
-[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