Skip to content

Commit 841d83a

Browse files
authored
Merge pull request #114214 from MashaMSFT/20200506_overview
added azure sql overview and rebrand transparency
2 parents e710800 + 0fccc1f commit 841d83a

File tree

5 files changed

+565
-318
lines changed

5 files changed

+565
-318
lines changed
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
title: What's changed with the Azure SQL Managed Instance rebrand?
3+
description: This article explains the changes associated with the rebrand of Azure SQL Managed Instance.
4+
services: sql-database
5+
ms.service: sql-database
6+
ms.subservice: scale-out
7+
ms.custom: sqldbrb=4
8+
ms.devlang:
9+
ms.topic: conceptual
10+
author: MashaMSFT
11+
ms.author: joke
12+
ms.reviewer:
13+
ms.date: 05/27/2020
14+
---
15+
# What's changed with the Azure SQL Managed Instance rebrand?
16+
17+
Instead of being treated as a deployment option of Azure SQL Database, [Azure SQL Managed Instance](sql-database-managed-instance.md) has been split off and rebranded as its own independent service within the [Azure SQL service family](what-is-azure-sql-iaas-vs-paas.md).
18+
19+
This article explains the rebrand, as well as what's different and what's the same with Azure SQL Managed Instance, previously known as _Azure SQL Database_managed instance_.
20+
21+
22+
## Why?
23+
24+
When Azure SQL Managed Instance was originally developed, it was seen as just a deployment variation option of Azure SQL Database - you could deploy a database in Azure SQL Database either as a single database, or to a managed instance. However, as the service matured, it became evident that treating it in as an option of Azure SQL Database not only detracts from effectively showcasing its functionality, but constantly grouping the two causes confusion for customers trying to use either service.
25+
26+
In the content, we would have to constantly differentiate between the different deployment options:
27+
Azure SQL Database single database
28+
Azure SQL Database elastic pool
29+
Azure SQL Database managed instance
30+
31+
Since some features and functionality vary greatly between a single database and managed instance, it became increasingly more of a challenge trying to explain complex nuances between the different "deployment options" of Azure SQL Database.
32+
33+
Treating a managed instance as an option of Azure SQL Database made it unclear that it's a service powerhouse of its own, diminishing its capabilities and strengths. As such, we are splitting the conceptual understanding of what a managed instance is. Instead of it just being a deployment option of Azure SQL Database, it is now considered its own fully independent service within the Azure SQL family of services, known as the "Azure SQL Managed Instance".
34+
35+
This change simplifies and streamlines the process when working with SQL in Azure, whether that be a single managed database in Azure SQL Database, a fully-fledged managed instance hosting multiple databases in Azure SQL Managed Instance, or the familiar on-premises SQL Server product but hosted on a virtual machine in Azure.
36+
37+
38+
## What's changed?
39+
40+
Most of the associated changes with the Azure SQL Managed Instance rebrand are superficial, such as the name itself. Azure SQL Managed Instance has a new [service page????](https://azure.microsoft.com/services/sql-managed-instance/), and a new [pricing page???????](https://azure.microsoft.com/pricing/details/sql-managed-instance) - though the billing structure hasn't changed.
41+
42+
( the question marks are to indicate the links don't exist yet and serve to remind me to update these - pls ignore for now)
43+
44+
45+
This table provides a quick comparison for the change in terminology:
46+
47+
|Previous term |New term |Explanation |
48+
|---------|---------|---------|
49+
|Azure SQL Database managed instance | Azure SQL Managed Instance | Azure SQL Managed Instance is now its own service, and not an option within Azure SQL Database. |
50+
|Azure SQL Database single database| Azure SQL Database| Unless explicitly specified otherwise, the product name Azure SQL Database includes both single database and databases deployed to an elastic pool. |
51+
|Azure SQL Database elastic pool| Azure SQL Database| Unless explicitly specified otherwise, the product name Azure SQL Database includes both single database and databases deployed to an elastic pool. |
52+
|Azure SQL Database | Azure SQL Database | Though the term stays the same, it now only applies to single database and elastic pool deployments, and does not include managed instance. |
53+
| N/A | Azure SQL | This refers to the family of SQL Server database engine services that are available in Azure: Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure VMs. |
54+
55+
56+
## What's the same?
57+
58+
The features, functionalities, and capabilities of the product are entirely unchanged. You are still able to deploy the same SQL Managed Instance from the same [Azure portal](https://portal.azure.com), and you can still leverage all of the features and functionalities that were previously available prior to the name change.
59+
60+
61+
## Residual inconsistencies
62+
63+
Although most of the changes associated with the rebrand are superficial, there are still places within the code where a managed instance is treated as an option of Azure SQL Database. In the interest of transparency, and addressing confusion, these residual inconsistencies are documented below. However, this should not imply that there are plans to address these inconsistencies in the future, they are provided solely as informational.
64+
65+
### Billing
66+
67+
Currently, when you deploy an Azure SQL Managed Instance, the billing statement will still reflect Azure SQL Database managed instance.
68+
69+
### Azure Portal
70+
71+
There are places in the Azure portal where the name is still inconsistent.
72+
73+
#### Cost analysis
74+
75+
When reviewing costs associated with Azure SQL Managed Instance on the **Cost Analysis** page, the service name is still `sql database`, even though the meter subcategories are managed instance specific.
76+
77+
![Cost analysis blade](./media/sql-database-automated-backup/check-backup-storage-cost-sql-mi.png)
78+
79+
#### Support tickets
80+
81+
When you create a support ticket, the name of the service is still listed as `SQL Database Managed Instance`.
82+
83+
84+
![Support topic product](./media/quota-increase-request/select-quota-type.png)
85+
86+
#### Reservations
87+
88+
[Reserved capacity](sql-database-reserved-capacity.md) for an Azure SQL Managed Instance is still listed under the **SQL Database** product.
89+
90+
![Reservations](./media/azure-sql-managed-instance-rebrand/reservations.png)
91+
92+
93+
## Next steps
94+
95+
Now that you're familiar with the Azure SQL Managed Instance rebrand, you can learn more about each service from the overview pages:
96+
97+
[What is Azure SQL?](what-is-azure-sql-iaas-vs-paas.md)
98+
[What is Azure SQL Database?](sql-database-technical-overview.md)
99+
[What is Azure SQL Managed Instance?](sql-database-managed-instance.md)
100+
[What is SQL Server on Azure VM](../virtual-machines/windows/sql/virtual-machines-windows-sql-server-iaas-overview.md)

articles/sql-database/includes/sql-database-create-manage-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.author: sstein
1111

1212
The Azure portal provides a single page where you can manage [all of your Azure SQL resources](https://go.microsoft.com/fwlink/?linkid=2100641) including your SQL virtual machines.
1313

14-
To access the **Azure SQL resources** page, from the Azure portal menu, select **Azure SQL** or search for and select **Azure SQL** in any page.
14+
To access the **Azure SQL** page, from the Azure portal menu, select **Azure SQL** or search for and select **Azure SQL** in any page.
1515

1616
> [!NOTE]
17-
> **Azure SQL** provides a quick and easy way to access all of your SQL databases, elastic pools, logical SQL servers, SQL managed instances, and SQL virtual machines. Azure SQL is not a service or resource.
17+
> **Azure SQL** provides a quick and easy way to access all of your SQL resources in the Azure portal, including single and pooled database in Azure SQL Database as well as the logical SQL server hosting them, SQL Managed Instances, and SQL virtual machines. [Azure SQL](../what-is-azure-sql-iaas-vs-paas.md) is not a service or resource, but rather a family of SQL-related services.
1818
1919
To manage existing resources, select the desired item in the list. To create new Azure SQL resources, select **+ Add**.
2020

16.7 KB
Loading

0 commit comments

Comments
 (0)