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/managed-instance/doc-changes-updates-release-notes-whats-new.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ Learn about significant changes to the Azure SQL Managed Instance documentation.
82
82
| **Change event streaming preview** | Capture and publish incremental DML changes of data (such as updates, inserts, and deletes) in near real-time. Change event streaming sends details of data changes such as the schema, previous values, and new values to Azure Event Hubs in a simple CloudEvent, serialized as either native JSON or Avro Binary. This feature is now in preview for Azure SQL Managed Instance configured with the SQL Server 2025 and Always-up-to-date update policy. To learn more, review [Change event streaming](/sql/relational-databases/track-changes/change-event-streaming/overview).
83
83
|**Deploy free instance with command line tools**| You can now create your free SQL managed instance by using [Azure PowerShell](free-offer.md?tabs=powershell#create-a-free-sql-managed-instance), the [Azure CLI](free-offer.md?tabs=azure-cli#create-a-free-sql-managed-instance), and the [REST API](free-offer.md?tabs=rest-api#create-a-free-sql-managed-instance). |
84
84
|**Easily upgrade your free instance**| You can now easily upgrade your free SQL managed instance to a paid offer in the Azure portal. To upgrade, navigate to the **Overview** page for your instance and select **Upgrade** from the navigation bar to open the **Compute + storage** page, where you can choose the paid offer under **Offer type**. For more information, see [Free SQL Managed Instance](free-offer.md#upgrade-to-paid-instance). |
85
+
|**Free offer supportability**| The free SQL Managed Instance offer is now available in all regions, and for all subscription types, that support the paid Azure SQL Managed Instance offer. For more information about the free offer, see [Free SQL Managed Instance](free-offer.md#supportability). |
85
86
|**Migrate multiple DBs through Azure Arc**| You can now migrate multiple databases simultaneously from a SQL Server instance enabled with Azure Arc to Azure SQL Managed Instance by using the Managed Instance link. For more information, see [Migrate SQL Server database to Azure SQL Managed Instance](/sql/sql-server/azure-arc/migration-sql-mi-prepare-link). |
86
87
|**SQL Server 2025 update policy GA**| Align your SQL managed instance database format with the SQL Server 2025 Database Engine. This update policy is now generally available. For more information, review [SQL Server 2025 update policy](update-policy.md#sql-server-2025-update-policy). |
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/free-offer.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This article describes the free offer of [Azure SQL Managed Instance](sql-manage
26
26
To create a free SQL managed instance, you need:
27
27
28
28
- An Azure account.
29
-
- A [supported Azure subscription](#supported-subscription-types). You can have only one free offer SQL managed instance per subscription.
29
+
- A [supported Azure subscription](#supportability). You can have only one free offer SQL managed instance per subscription.
30
30
31
31
<aid="create-a-free-instance"></a>
32
32
@@ -303,7 +303,7 @@ Additionally, the following limitations apply:
303
303
- After 12 months, the free SQL managed instance stops. If you don't upgrade the instance to a paid version within 30 days, the instance and all databases are deleted and no longer recoverable.
304
304
- The following capabilities aren't supported: [Zone redundancy](high-availability-sla-local-zone-redundancy.md#zone-redundant-availability), [Failover groups](failover-group-sql-mi.md), [Long-term backup retention](../database/long-term-retention-overview.md), modifying the backup storage redundancy.
305
305
- You can only scale up and down within the free offer limits.
306
-
- The free offer is currently available in the [following regions](region-availability.md#free-offer).
306
+
- The free offer is available in all [regions that support Azure SQL Managed Instance](region-availability.md).
307
307
- If you delete a free SQL managed instance, you delete all its databases and can't restore them.
308
308
309
309
### Monthly vCore limits
@@ -324,27 +324,9 @@ On the **Overview** pane of your free instance in the Azure portal, you can iden
324
324
> [!NOTE]
325
325
> If you delete your original free SQL managed instance and create a new one, your free credits don't reset. The remaining vCore hours for the current month carry over to the new instance and you regain your full 720 vCore hours on your original monthly renewal date.
326
326
327
-
## Supported subscription types
328
-
329
-
The free Azure SQL Managed Instance offer is available on the following subscription types:
- [Azure in Open Licensing (0111P)](https://azure.microsoft.com/pricing/offers/ms-azr-0111p?cid=msft_learn)
346
-
:::column-end:::
347
-
:::row-end:::
327
+
## Supportability
328
+
329
+
The free Azure SQL Managed Instance offer is available in all regions, and for all subscription types, that support the paid Azure SQL Managed Instance offer.
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/frequently-asked-questions-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ sections:
137
137
questions:
138
138
- question: What if I don't see the banner and "Apply Offer" button?
139
139
answer: |
140
-
It's possible your subscription isn't eligible for the [free SQL Managed Instance](free-offer.md#supported-subscription-types). Otherwise, there's a limit of one free instance per subscription. You need to remove an existing free instance to create another one. If you recently deleted your free instance, it can take up to one hour for the free offer banner to reappear.
140
+
It's possible your subscription isn't eligible for the [free SQL Managed Instance](free-offer.md#supportability). Otherwise, there's a limit of one free instance per subscription. You need to remove an existing free instance to create another one. If you recently deleted your free instance, it can take up to one hour for the free offer banner to reappear.
141
141
142
142
- question: Help! I'm no longer able to connect to my instance!
143
143
answer: |
@@ -165,7 +165,7 @@ sections:
165
165
166
166
- question: Can I use my Student subscription with the free Azure SQL Managed Instance?
167
167
answer: |
168
-
Currently, the Student subscription is ineligible. For eligible subscriptions, review the [free SQL Managed Instance offer supported subscription types](free-offer.md#supported-subscription-types).
168
+
Currently, the Student subscription is ineligible. For eligible subscriptions, review the [free SQL Managed Instance offer supportability](free-offer.md#supportability).
0 commit comments