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/azure-sql-iaas-vs-paas-what-is-overview.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
@@ -3,7 +3,7 @@ title: "What is Azure SQL?"
3
3
description: "Learn about the different options within the Azure SQL family of services: Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure VM."
description: Learn how to resolve possible capacity errors when attempting to deploy or scale Azure SQL Database or Azure SQL Managed Instance resources.
Copy file name to clipboardExpand all lines: azure-sql/database/active-directory-interactive-connect-azure-sql-db.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.custom:
18
18
19
19
This article provides a C# program that connects to Azure SQL Database. The program uses interactive mode authentication, which supports [Azure AD Multi-Factor Authentication](/azure/active-directory/authentication/concept-mfa-howitworks).
20
20
21
-
For more information about Multi-Factor Authentication support for SQL tools, see [Using multi-factor Azure Active Directory authentication](./authentication-mfa-ssms-overview.md).
21
+
For more information about Multi-Factor Authentication support for SQL tools, see [Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md).
22
22
23
23
## Multi-Factor Authentication for Azure SQL Database
24
24
@@ -36,7 +36,7 @@ For more information about Multi-Factor Authentication support for SQL tools, se
36
36
37
37
For information about how to configure Azure AD to require Multi-Factor Authentication, see [Getting started with Azure AD Multi-Factor Authentication in the cloud](/azure/active-directory/authentication/howto-mfa-getstarted).
38
38
39
-
For screenshots of these dialog boxes, see [Configure multi-factor authentication for SQL Server Management Studio and Azure AD](authentication-mfa-ssms-configure.md).
39
+
For screenshots of these dialog boxes, see [Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md).
40
40
41
41
> [!TIP]
42
42
> You can search .NET Framework APIs with the [.NET API Browser tool page](/dotnet/api/).
@@ -72,9 +72,9 @@ Run SSMS from the same computer, in the same building, where you plan to run the
72
72
73
73
### Verify Azure Active Directory Multi-Factor Authentication
74
74
75
-
Run SSMS again, this time with **Authentication** set to **Azure Active Directory - Universal with MFA**. This option requires SSMS version 17.5 or later.
75
+
Run SSMS again, this time with **Authentication** set to **Azure Active Directory - Universal with MFA**. This option requires SSMS version 18.6 or later.
76
76
77
-
For more information, see [Configure Multi-Factor Authentication for SSMS and Azure AD](authentication-mfa-ssms-configure.md).
77
+
For more information, see [Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md).
78
78
79
79
> [!NOTE]
80
80
> If you are a guest user in the database, you also need to provide the Azure AD domain name for the database: Select **Options** > **AD domain name or tenant ID**. If you are running SSMS 18.x or later, the AD domain name or tenant ID is no longer needed for guest users because 18.x or later automatically recognizes it.
@@ -137,4 +137,4 @@ Microsoft SQL Azure (RTM) - 12.0.2000.8
137
137
138
138
-[Azure Active Directory server principals](authentication-azure-ad-logins.md)
139
139
-[Azure AD-only authentication with Azure SQL](authentication-azure-ad-only-authentication.md)
140
-
-[Using multi-factor Azure Active Directory authentication](authentication-mfa-ssms-overview.md)
140
+
-[Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md)
Copy file name to clipboardExpand all lines: azure-sql/database/active-geo-replication-configure-portal.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
@@ -31,7 +31,7 @@ To configure active geo-replication by using the Azure portal, you need the foll
31
31
* A database in Azure SQL Database: The primary database that you want to replicate to a different geographical region.
32
32
33
33
> [!Note]
34
-
> When using Azure portal, you can only create a secondary database within the same subscription as the primary. If a secondary database is required to be in a different subscription, use [Create Database REST API](/rest/api/sql/databases/createorupdate) or [ALTER DATABASE Transact-SQL API](/sql/t-sql/statements/alter-database-transact-sql).
34
+
> When using Azure portal, you can only create a secondary database within the same subscription as the primary. If a secondary database is required to be in a different subscription, use [Create Database REST API](/rest/api/sql/2022-08-01-preview/databases/create-or-update) or [ALTER DATABASE Transact-SQL API](/sql/t-sql/statements/alter-database-transact-sql).
Copy file name to clipboardExpand all lines: azure-sql/database/active-geo-replication-overview.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
@@ -271,8 +271,8 @@ As discussed previously, active geo-replication can also be managed programmatic
271
271
272
272
| API | Description |
273
273
| --- | --- |
274
-
|[Create or Update Database (createMode=Restore)](/rest/api/sql/databases/createorupdate)|Creates, updates, or restores a primary or a secondary database. |
275
-
|[Get Create or Update Database Status](/rest/api/sql/databases/createorupdate)|Returns the status during a create operation. |
274
+
|[Create or Update Database (createMode=Restore)](/rest/api/sql/2022-08-01-preview/databases/create-or-update)|Creates, updates, or restores a primary or a secondary database. |
275
+
|[Get Create or Update Database Status](/rest/api/sql/2022-08-01-preview/databases/create-or-update)|Returns the status during a create operation. |
276
276
|[Set Secondary Database as Primary (Planned Failover)](/rest/api/sql/replicationlinks/failover)|Sets which secondary database is primary by failing over from the current primary database. **This option is not supported for SQL Managed Instance.**|
277
277
|[Set Secondary Database as Primary (Unplanned Failover)](/rest/api/sql/replicationlinks/failoverallowdataloss)|Sets which secondary database is primary by failing over from the current primary database. This operation might result in data loss. **This option is not supported for SQL Managed Instance.**|
278
278
|[Get Replication Link](/rest/api/sql/replicationlinks/get)|Gets a specific replication link for a given database in a geo-replication partnership. It retrieves the information visible in the sys.geo_replication_links catalog view. **This option is not supported for SQL Managed Instance.**|
0 commit comments