Skip to content

Commit 7da5acb

Browse files
authored
Merge pull request #58037 from jovanpop-msft/master
Adding intro page for Azure SQL DB Managed Instance
2 parents 6c936b7 + ca90b00 commit 7da5acb

File tree

4 files changed

+148
-11
lines changed

4 files changed

+148
-11
lines changed

articles/sql-database/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sections:
5858
image:
5959
src: media/index/i_elasticpool.svg
6060
title: Elastic pools
61-
- href: /azure/sql-database/sql-database-managed-instance
61+
- href: /azure/sql-database/sql-database-managed-instance-index
6262
html: <p>Use the Managed Instance to easily migrate your on-premises databases to the fully managed Azure PaaS database service with minimal or no database code changes.</p>
6363
image:
6464
src: media/index/i_mi.svg
676 KB
Loading
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
### YamlMime:YamlDocument
2+
documentType: LandingData
3+
title: Azure SQL Database Managed Instance
4+
metadata:
5+
document_id: 36d89c48-3646-380e-34a0-ae3ac62e2641
6+
title: Azure SQL Database Documentation - Tutorials, API Reference
7+
meta.description: Learn how to use Azure SQL Database Managed Instance.
8+
services: sql-database
9+
author: jovanpop-msft
10+
manager: craigg
11+
ms.service: sql-database
12+
ms.tgt_pltfrm: na
13+
ms.devlang:
14+
ms.topic: overview
15+
ms.date: 11/11/2018
16+
ms.author: jovanpop-msft
17+
abstract:
18+
description: Azure SQL Database Managed Instance is a fully managed SQL Server Database Engine Instance hosted in Azure cloud. This is the best PaaS option for migrating your SQL Server database to cloud. Learn how to create and use Managed Instance with our quickstarts, tutorials, and samples.
19+
aside:
20+
image:
21+
alt:
22+
height: 110
23+
src: media/sql-database-managed-instance-index/intro.png
24+
width: 250
25+
title: Introducing Azure SQL Database Managed Instance (5:38)
26+
href: https://www.youtube.com/watch?v=W8feSZXm2Ec
27+
width: 250
28+
sections:
29+
30+
- items:
31+
- type: list
32+
style: cards
33+
className: cardsM
34+
columns: 3
35+
items:
36+
- title: Overview
37+
href: /azure/sql-database/sql-database-managed-instance
38+
html: <p>Find out more information about the Azure SQL Database Managed Instance service.</p>
39+
- title: Rich surface area
40+
href: /azure/sql-database/sql-database-managed-instance#sql-features-supported
41+
html: <p>Near 100% SQL feature compatibility with the latest version of SQL Server Database Engine.</p>
42+
- title: VNet Integration
43+
href: /azure/sql-database/sql-database-service-tiers
44+
html: <p>Secure service placed in your private Azure VNet with private IP addresses.</p>
45+
- title: Easy Migration
46+
href: /azure/sql-database/sql-database-managed-instance-get-started-restore
47+
html: <p>Easily migrate your on-prem databases to Azure cloud using native restore.</p>
48+
- title: Migration without downtime
49+
href: /azure/dms/tutorial-sql-server-to-managed-instance
50+
html: <p>Migrate a fleet of databases with minimal downtime using Database Migration Service.</p>
51+
- title: Pricing
52+
href: /pricing/hybrid-benefit/
53+
html: <p>Save up to 40% with Azure Hybrid Benefit (AHB) with your existing on-premises licences.</p>
54+
- title: PaaS capabilities
55+
href: /azure/sql-database/sql-database-technical-overview#availability-capabilities
56+
html: <p>Azure PaaS enables you to use 99.99% available instance with minimal management.</p>
57+
- title: Service tiers
58+
href: /azure/sql-database/sql-database-high-availability
59+
html: <p>Choose between General Purpose and Business Critical service tiers depending on your business needs.</p>
60+
- title: Advanced security
61+
href: /azure/sql-database/sql-database-technical-overview#advanced-security-and-compliance
62+
html: <p>Secure your instance and databases with built-in Azure SQL database security features.<p>
63+
- title: 5-Minute Quickstarts
64+
items:
65+
- type: paragraph
66+
text: 'Managed Instance enables you to easily perform basic management tasks using the Azure portal, Azure CLI, and Azure PowerShell. Learn how to perform basic management tasks using the following quickstart samples:'
67+
- type: table
68+
style: dataMatrix
69+
columns:
70+
- image:
71+
src: media/index/portal.svg
72+
title: The Azure portal
73+
- image:
74+
src: media/index/cli.svg
75+
title: Azure CLI
76+
- image:
77+
src: media/index/logo_powershell.svg
78+
title: PowerShell
79+
- image:
80+
src: media/index/logo_arm.svg
81+
title: Azure Resource Manager template
82+
rows:
83+
- title: Create a new Instance
84+
values:
85+
- href: /azure/sql-database/sql-database-managed-instance-get-started
86+
- href: https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/11/14/create-azure-sql-managed-instance-using-azure-cli/
87+
- href: https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/06/27/quick-start-script-create-azure-sql-managed-instance-using-powershell/
88+
- href: https://github.com/Azure/azure-quickstart-templates/tree/master/101-sqlmi-new-vnet
89+
- title: Modify the Instance
90+
values:
91+
- href:
92+
- href: https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/11/14/modify-azure-sql-database-managed-instance-using-azure-cli/
93+
- href: https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/05/31/change-size-azure-sql-managed-instance-using-powershell/
94+
- href:
95+
- title: Configure Azure network environment
96+
values:
97+
- href: /azure/sql-database/sql-database-managed-instance-get-started
98+
- href:
99+
- href: https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/06/25/quick-start-script-setup-azure-network-environment-for-azure-sql-managed-instance/
100+
- href: https://github.com/Azure/azure-quickstart-templates/tree/master/101-sql-managed-instance-azure-environment
101+
- title: Point in time restore
102+
values:
103+
- href:
104+
- href: https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/06/07/cross-instance-point-in-time-restore-in-azure-sql-database-managed-instance/
105+
- href: https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/06/28/point-in-time-restore-of-a-database-on-azure-sql-managed-instance-using-azurerm-sql-powershell-library
106+
- href:
107+
- title: Step-by-Step tutorials and learning materials
108+
items:
109+
- type: paragraph
110+
text: Learn how to create, manage, and use Managed Instance.
111+
- type: list
112+
style: ordered
113+
items:
114+
- html: Learn about <a href="/azure/sql-database/sql-database-managed-instance-resource-limits">hardware characteristics and limitations</a> and <a href="/azure/sql-database/sql-database-managed-instance-transact-sql-information">SQL language limitations</a>.
115+
- html: <a href="https://medium.com/azure-sqldb-managed-instance/the-ultimate-guide-for-creating-and-configuring-azure-sql-managed-instance-environment-91ff58c0be01">Configure</a> Azure VNet where the Managed Instance will be deployed.
116+
- html: <a href="https://docs.microsoft.com/azure/sql-database/sql-database-managed-instance-vnet-configuration#modify-an-existing-virtual-network-for-managed-instances">Validate</a> that your existing Azure VNet can be used to deploy Managed Instances.
117+
- html: Connect to your instance using <a href="https://blogs.msdn.microsoft.com/sqlserverstorageengine/2018/09/21/the-easiest-way-to-create-azure-vm-that-can-access-your-azure-sql-managed-instance/">Azure Virtual Machine</a> or <a href="/azure/sql-database/sql-database-managed-instance-configure-p2s">Point-to-site connection</a>, or <a href="https://docs.microsoft.com/azure/sql-database/sql-database-managed-instance-connect-app">Applications</a>.
118+
- html: Verify that your database can be migrated using <a href="https://www.microsoft.com/download/details.aspx?id=53595">Data Migration Asisstant</a> or <a href="https://blogs.msdn.microsoft.com/datamigration/2018/08/06/release-database-experimentation-assistant-dea-v2-6/">Database Experimentation Assistant</a>.
119+
- html: Bring your databases to Managed Instance using <a href="/azure/sql-database/sql-database-managed-instance-get-started-restore">Native restore</a> or <a href="/azure/dms/tutorial-sql-server-managed-instance-online">Data Migration Service</a>.
120+
- html: Move your SSIS packages to <a href="/azure/data-factory/tutorial-deploy-ssis-packages-azure">Azure Data Factory</a>, SSAS tabular models to <a href="https://azure.microsoft.com/resources/videos/azure-analysis-services-moving-models/">Azure Analysis Service</a>, and SSRS reports to <a href="https://docs.microsoft.com/business-applications-release-notes/april18/power-bi/service/sql-server-reporting-services-ssrs-reports-power-bi-premium">PowerBI Premium</a>.
121+
- html: Best practices and recommendations for <a href="https://www.youtube.com/watch?v=vO6k05Ox1iI">securing your instance</a>.
122+
- html: Distribute your data using <a href="/azure/sql-database/replication-with-sql-database-managed-instance">Transactional replication</a>.
123+
- title: Reference
124+
items:
125+
- type: list
126+
style: cards
127+
className: cardsD
128+
items:
129+
- title: Blogs
130+
html: '<p><a href="https://blogs.msdn.microsoft.com/sqlserverstorageengine/tag/managed-instance/">MSDN</a></p><p><a href="https://medium.com/azure-sqldb-managed-instance
131+
">Medium</a></p>'
132+
- title: Frequently asked questions
133+
html: <p><a href="https://stackoverflow.com/questions/tagged/azure-sql-managed-instance">Stack Overflow</a></p>

articles/sql-database/toc.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,19 +141,23 @@
141141
- name: Managed instances
142142
items:
143143
- name: Managed instances
144+
href: sql-database-managed-instance-index.yml
145+
- name: What is Managed Instance
144146
href: sql-database-managed-instance.md
145147
- name: Resource limits
146148
href: sql-database-managed-instance-resource-limits.md
147-
- name: VNet configuration
148-
href: sql-database-managed-instance-vnet-configuration.md
149-
- name: Custom DNS
150-
href: sql-database-managed-instance-custom-dns.md
151-
- name: Sync network configuration
152-
href: sql-database-managed-instance-sync-network-configuration.md
153-
- name: Connectivity architecture
154-
href: sql-database-managed-instance-connectivity-architecture.md
155-
- name: Connect applications
156-
href: sql-database-managed-instance-connect-app.md
149+
- name: VNet Integration
150+
items:
151+
- name: VNet configuration
152+
href: sql-database-managed-instance-vnet-configuration.md
153+
- name: Custom DNS
154+
href: sql-database-managed-instance-custom-dns.md
155+
- name: Sync network configuration
156+
href: sql-database-managed-instance-sync-network-configuration.md
157+
- name: Connectivity architecture
158+
href: sql-database-managed-instance-connectivity-architecture.md
159+
- name: Connect applications
160+
href: sql-database-managed-instance-connect-app.md
157161
- name: T-SQL differences
158162
href: sql-database-managed-instance-transact-sql-information.md
159163
- name: Transactional replication

0 commit comments

Comments
 (0)