Skip to content

Commit c469b91

Browse files
committed
fixing things
1 parent 62782cb commit c469b91

9 files changed

+31
-33
lines changed

articles/azure-sql/database/authentication-aad-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Use this method to authenticate to SQL Database or SQL Managed Instance with Azu
455455

456456
Use this method for interactive authentication with or without multi-factor authentication (MFA), with password being requested interactively. This method can be used to authenticate to SQL Database, SQL Managed Instance, and Azure Synapse for Azure AD cloud-only identity users, or those who use Azure AD hybrid identities.
457457

458-
For more information, see [Using Multi-factor AAD authentication with SQL Database and Azure Synapse (SSMS support for MFA)](../mfa-authentication-ssms-overview.md).
458+
For more information, see [Using Multi-factor AAD authentication with SQL Database and Azure Synapse (SSMS support for MFA)](authentication-mfa-ssms-overview.md).
459459

460460
## Using an Azure AD identity to connect from a client application
461461

articles/azure-sql/database/authentication-aad-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ With Azure AD authentication, you can centrally manage the identities of databas
3636
- Federated authentication
3737
- For more information on Azure AD authentication methods and which one to choose, see the following article:
3838
- [Choose the right authentication method for your Azure Active Directory hybrid identity solution](../../active-directory/hybrid/choose-ad-authn.md)
39-
- Azure AD supports connections from SQL Server Management Studio that use Active Directory Universal Authentication, which includes Multi-Factor Authentication (MFA). MFA includes strong authentication with a range of easy verification options — phone call, text message, smart cards with pin, or mobile app notification. For more information, see [SSMS support for Azure AD MFA with Azure SQL Database, SQL Managed Instance, and Azure Synapse](../authentication-mfa-ssms-overview.md)
39+
- Azure AD supports connections from SQL Server Management Studio that use Active Directory Universal Authentication, which includes Multi-Factor Authentication (MFA). MFA includes strong authentication with a range of easy verification options — phone call, text message, smart cards with pin, or mobile app notification. For more information, see [SSMS support for Azure AD MFA with Azure SQL Database, SQL Managed Instance, and Azure Synapse](authentication-mfa-ssms-overview.md)
4040
- Azure AD supports similar connections from SQL Server Data Tools (SSDT) that use Active Directory Interactive Authentication. For more information, see [Azure Active Directory support in SQL Server Data Tools (SSDT)](/sql/ssdt/azure-active-directory)
4141

4242
> [!NOTE]

articles/azure-sql/managed-instance/aad-security-configure-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Once the Azure AD server principal (login) has been created, and provided with `
149149

150150
![ssms-login-prompt.png](./media/aad-security-configure-tutorial/ssms-login-prompt.png)
151151

152-
For more information, see the following article: [Universal Authentication (SSMS support for MFA)](authentication-mfa-ssms-overview.md)
152+
For more information, see the following article: [Universal Authentication (SSMS support for MFA)](../database/authentication-mfa-ssms-overview.md)
153153

154154
1. Select **Active Directory - Universal with MFA support**. This brings up a Multi-Factor Authentication (MFA) login window. Sign in with your Azure AD password.
155155

articles/azure-sql/managed-instance/how-to-content-reference-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ In this article you can find a content reference to various guides, scripts, and
5050

5151
- [Configure Azure AD auth](../database/authentication-aad-configure.md)
5252
- [Configure Conditional Access](../database/conditional-access-configure.md)
53-
- [Multi-factor AAD auth](authentication-mfa-ssms-overview.md)
54-
- [Configure multi-factor auth](authentication-mfa-ssms-configure.md)
53+
- [Multi-factor AAD auth](../database/authentication-mfa-ssms-overview.md)
54+
- [Configure multi-factor auth](../database/authentication-mfa-ssms-configure.md)
5555
- [Configure temporal retention policy](../database/temporal-tables-retention-policy.md)
5656
- [Configure TDE with BYOK](../database/transparent-data-encryption-byok-configure.md)
5757
- [Rotate TDE BYOK keys](../database/transparent-data-encryption-byok-key-rotation.md)

articles/azure-sql/managed-instance/sql-managed-instance-paas-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ A new syntax is introduced to create Azure AD server principals (logins), **FROM
253253

254254
### Azure Active Directory integration and multi-factor authentication
255255

256-
SQL Managed Instance enables you to centrally manage identities of database user and other Microsoft services with [Azure Active Directory integration](../database/authentication-aad-overview.md). This capability simplified permission management and enhances security. Azure Active Directory supports [multi-factor authentication](authentication-mfa-ssms-configure.md) (MFA) to increase data and application security while supporting a single sign-on process.
256+
SQL Managed Instance enables you to centrally manage identities of database user and other Microsoft services with [Azure Active Directory integration](../database/authentication-aad-overview.md). This capability simplified permission management and enhances security. Azure Active Directory supports [multi-factor authentication](../database/authentication-mfa-ssms-configure.md) (MFA) to increase data and application security while supporting a single sign-on process.
257257

258258
### Authentication
259259

articles/azure-sql/toc.yml

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
- name: Reserved capacity
1818
href: database/reserved-capacity-overview.md
1919
- name: Compute & storage
20-
items:
21-
- name: Overview
22-
href: database/service-tiers-general-purpose-business-critical.md
23-
displayName: provisioned compute tier
24-
- name: General purpose / Standard
25-
href: database/service-tier-general-purpose.md
26-
- name: Business critical / Premium
27-
href: database/service-tier-business-critical.md
20+
items:
21+
- name: Overview
22+
href: database/service-tiers-general-purpose-business-critical.md
23+
displayName: provisioned compute tier
24+
- name: General purpose / Standard
25+
href: database/service-tier-general-purpose.md
26+
- name: Business critical / Premium
27+
href: database/service-tier-business-critical.md
2828

2929
- name: Shared concepts
3030
itemS:
@@ -67,9 +67,9 @@
6767
- name: Configure Azure AD auth
6868
href: database/authentication-aad-configure.md
6969
- name: Multi-factor AAD auth
70-
href: mfa-authentication-ssms-overview.md
70+
href: database/authentication-mfa-ssms-overview.md
7171
- name: Configure multi-factor auth
72-
href: mfa-authentication-ssms-configure.md
72+
href: database/authentication-mfa-ssms-configure.md
7373
- name: Conditional Access
7474
href: database/conditional-access-configure.md
7575
- name: Transparent Data Encryption (TDE)
@@ -222,6 +222,18 @@
222222
href: database/logical-servers.md
223223
- name: Release notes
224224
href: database/doc-changes-updates-release-notes.md?&tabs=single-database
225+
- name: Service Tiers
226+
items:
227+
- name: Serverless
228+
href: database/serverless-tier-overview.md
229+
- name: DTU model overview
230+
href: database/service-tiers-dtu.md
231+
- name: Hyperscale
232+
href: database/service-tier-hyperscale.md
233+
- name: Hyperscale FAQ
234+
href: database/service-tier-hyperscale-frequently-asked-questions-faq.md
235+
- name: Migrate from Premium RS
236+
href: database/service-tiers-prs.md
225237

226238
- name: Quickstarts
227239
items:
@@ -290,20 +302,6 @@
290302
href: database/elastic-query-overview.md
291303
- name: Elastic transactions
292304
href: database/elastic-transactions-overview.md
293-
294-
295-
- name: Service Tiers
296-
items:
297-
- name: Serverless
298-
href: database/serverless-tier-overview.md
299-
- name: DTU model overview
300-
href: database/service-tiers-dtu.md
301-
- name: Hyperscale
302-
href: database/service-tier-hyperscale.md
303-
- name: Hyperscale FAQ
304-
href: database/service-tier-hyperscale-frequently-asked-questions-faq.md
305-
- name: Migrate from Premium RS
306-
href: database/service-tiers-prs.md
307305

308306
- name: Resource management
309307
items:

articles/data-factory/connector-azure-sql-managed-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ To use managed identity authentication, follow these steps.
185185
CREATE LOGIN [your Data Factory name] FROM EXTERNAL PROVIDER
186186
```
187187

188-
3. [Create contained database users](../azure-sql/database/aad-authentication-configure.md#create-contained-users-mapped-to-azure-ad-identities) for the Azure Data Factory managed identity. Connect to the database from or to which you want to copy data, run the following T-SQL:
188+
3. [Create contained database users](../azure-sql/database/authentication-aad-configure.md#create-contained-users-mapped-to-azure-ad-identities) for the Azure Data Factory managed identity. Connect to the database from or to which you want to copy data, run the following T-SQL:
189189

190190
```sql
191191
CREATE USER [your Data Factory name] FROM EXTERNAL PROVIDER

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Currently Azure Active Directory users are not shown in SSDT Object Explorer. As
7575

7676
### Find the details
7777

78-
* The steps to configure and use Azure Active Directory authentication are nearly identical for Azure SQL Database and SQL Analytics in Azure Synapse. Follow the detailed steps in the topic [Connecting to SQL Database or SQL Pool By Using Azure Active Directory Authentication](../../azure-sql/database/aad-authentication-overview.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json).
78+
* The steps to configure and use Azure Active Directory authentication are nearly identical for Azure SQL Database and SQL Analytics in Azure Synapse. Follow the detailed steps in the topic [Connecting to SQL Database or SQL Pool By Using Azure Active Directory Authentication](../../azure-sql/database/authentication-aad-overview.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json).
7979
* Create custom database roles and add users to the roles. Then grant granular permissions to the roles. For more information, see [Getting Started with Database Engine Permissions](/sql/relational-databases/security/authentication-access/getting-started-with-database-engine-permissions?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest).
8080

8181
## Next steps

articles/synapse-analytics/sql/on-demand-workspace-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ SQL on-demand offers mechanisms to secure access to your data.
104104

105105
### Azure Active Directory integration and multi-factor authentication
106106

107-
SQL on-demand enables you to centrally manage identities of database user and other Microsoft services with [Azure Active Directory integration](../../sql-database/sql-database-Azure AD-authentication.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json). This capability simplifies permission management and enhances security. Azure Active Directory (Azure AD) supports [multi-factor authentication](../../azure-sql/mfa-authentication-ssms-configure.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json) (MFA) to increase data and application security while supporting a single sign-on process.
107+
SQL on-demand enables you to centrally manage identities of database user and other Microsoft services with [Azure Active Directory integration](../../sql-database/sql-database-Azure AD-authentication.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json). This capability simplifies permission management and enhances security. Azure Active Directory (Azure AD) supports [multi-factor authentication](../../azure-sql/database/authentication-mfa-ssms-configure.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json) (MFA) to increase data and application security while supporting a single sign-on process.
108108

109109
#### Authentication
110110

0 commit comments

Comments
 (0)