forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sean Watson
committed
Apr 27, 2017
1 parent
e840057
commit 7914fef
Showing
5 changed files
with
158 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"Portal_Fx_DefaultHelp": "articles/azure-resource-manager/resource-group-portal.md" | ||
"WebsitesExtension_WebsitesBlade": "/portal-articles/WebsitesExtension/WebApps/Overview.md", | ||
"SqlAzureExtension_DatabaseBlade": "/portal-articles/SqlAzureExtension/Database/Overview.md", | ||
"Microsoft_Azure_Compute_VM_Windows_Overview": "/portal-articles/Microsoft_Azure_Compute/Windows/Overview.md", | ||
"Microsoft_Azure_Compute_VM_Linux_Overview": "/portal-articles/Microsoft_Azure_Compute/Linux/Overview.md", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Linux Virtual Machines Documentation | ||
|
||
Azure Linux Virtual Machines provides on-demand, high-scale, secure, virtualized infrastructure using Red Hat, Ubuntu, or the Linux distribution of your choice. Learn how to create, configure, manage, and scale Linux VMs with our quickstarts, tutorials, and samples. | ||
|
||
## 5-Minute Quickstarts | ||
|
||
Learn how to deploy an NGINX web-server within a Virtual Machine running Ubuntu: | ||
|
||
- [Azure CLI](/azure/virtual-machines/virtual-machines-linux-quick-create-cli?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) | ||
- [Azure Portal](/azure/virtual-machines/virtual-machines-linux-quick-create-portal?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) | ||
- [Azure PowerShell](/azure/virtual-machines/virtual-machines-linux-quick-create-powershell?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) | ||
|
||
## Step-by-Step Tutorials | ||
|
||
Learn how to deploy, manage, and scale Linux VMs on Azure | ||
|
||
- [Create and manage Linux VMs]("/azure/virtual-machines/linux/tutorial-manage-vm") | ||
- [Create and manage VM disks]("/azure/virtual-machines/linux/tutorial-manage-disks") | ||
- [Automate VM configuration]("/azure/virtual-machines/linux/tutorial-automate-vm-deployment") | ||
- [Create custom VM images]("/azure/virtual-machines/linux/tutorial-custom-images") | ||
- [Create highly available VMs]("/azure/virtual-machines/linux/tutorial-availability-sets") | ||
- [Create a VM scale set]("/azure/virtual-machines/linux/tutorial-create-vmss") | ||
- [Load balance VMs]("/azure/virtual-machines/linux/tutorial-load-balancer") | ||
- [Manage VM networking]("/azure/virtual-machines/linux/tutorial-virtual-network") | ||
|
||
## Free PluralSight Video Training | ||
|
||
- [Managing Infrastructure](https://www.pluralsight.com/courses/managing-infrastructure-microsoft-azure-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02) | ||
- [Getting Started with Virtual Machines](https://www.pluralsight.com/courses/azure-vms-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02) | ||
- [Getting Started with IaaS Monitoring](https://www.pluralsight.com/courses/azure-iaas-monitoring-management-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02") | ||
|
||
## Samples | ||
|
||
Deploy your first application to Azure. | ||
|
||
- [Azure CLI](/azure/virtual-machines/virtual-machines-linux-cli-samples) | ||
- [Azure PowerShell](/azure/virtual-machines/virtual-machines-linux-powershell-samples) | ||
|
||
## More | ||
|
||
- [Visit documentation to learn more](/azure/virtual-machines/linux/index) | ||
- [Learn about all Azure Services](https://aka.ms/j3wr7y) |
41 changes: 41 additions & 0 deletions
41
portal-articles/Microsoft_Azure_Compute/Windows/Overview.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Windows Virtual Machines Documentation | ||
|
||
Azure Windows Virtual Machines provides on-demand, high-scale, secure, virtualized infrastructure using Windows Server. Learn how to create, configure, manage, and scale Windows VMs with our quickstarts, tutorials, and samples. | ||
|
||
## 5-Minute Quickstarts | ||
|
||
Create a Windows VM using: | ||
|
||
- [Azure Portal](/azure/virtual-machines/virtual-machines-windows-quick-create-portal?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) | ||
- [Azure PowerShell](/azure/virtual-machines/virtual-machines-windows-quick-create-powershell?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) | ||
- [Azure CLI](/azure/virtual-machines/virtual-machines-windows-quick-create-cli?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) | ||
|
||
## Step-by-Step Tutorials | ||
|
||
Build and deploy Windows virtual machines. | ||
|
||
- [Create and manage Windows VMs]("/azure/virtual-machines/windows/tutorial-manage-vm") | ||
- [Create and manage VM disks]("/azure/virtual-machines/windows/tutorial-manage-disks") | ||
- [Automate VM configuration]("/azure/virtual-machines/windows/tutorial-automate-vm-deployment") | ||
- [Load balance VMs]("/azure/virtual-machines/windows/tutorial-load-balancer") | ||
- [Manage VM networking]("/azure/virtual-machines/windows/tutorial-virtual-network") | ||
|
||
|
||
## Free PluralSight Video Training | ||
|
||
- [Managing Infrastructure](https://www.pluralsight.com/courses/managing-infrastructure-microsoft-azure-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02) | ||
- [Getting Started with Virtual Machines](https://www.pluralsight.com/courses/azure-vms-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02) | ||
- [Getting Started with IaaS Monitoring](https://www.pluralsight.com/courses/azure-iaas-monitoring-management-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02") | ||
|
||
## Samples | ||
|
||
Deploy your first application to Azure. | ||
|
||
- [Azure CLI](/azure/virtual-machines/virtual-machines-windows-cli-samples?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) | ||
- [Azure PowerShell](/azure/virtual-machines/virtual-machines-windows-powershell-samples?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) | ||
|
||
|
||
## More | ||
|
||
- [Visit documentation to learn more](/azure/virtual-machines/windows/index) | ||
- [Learn about all Azure Services](https://aka.ms/j3wr7y) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# SQL Database Documentation | ||
|
||
Azure SQL Database is a relational database-as-a service using the Microsoft SQL Server Engine. SQL Database is a high-performance, reliable, and secure database you can use to build data-driven applications and websites in the programming language of your choice, without needing to manage infrastructure. Learn how to use SQL Database with our quickstarts, tutorials, and samples. | ||
|
||
## 5-Minute Quickstarts | ||
|
||
Learn how to create a SQL Database, manage it using SQL Management Studio, and develop with it in C#, Java, Python, Node.js, and Ruby: | ||
|
||
- [Azure CLI](/azure/sql-database/sql-database-get-started-cli) | ||
- [Azure Portal](/azure/sql-database/sql-database-get-started-portal) | ||
- [Azure PowerShell](/azure/sql-database/sql-database-get-started-powershell) | ||
|
||
## Step-by-Step Tutorials | ||
|
||
Learn how to create, manage, and migrate databases using SQL DB | ||
|
||
- [Create and design the schema for a new SQL Database](/azure/sql-database/sql-database-design-first-database) | ||
- [Migrate an existing SQL Server Database to use Azure SQL Database](/azure/sql-database/sql-database-migrate-your-sql-server-database) | ||
|
||
## Free PluralSight Video Training | ||
|
||
- [Developing with .NET](https://www.pluralsight.com/courses/developing-dotnet-microsoft-azure-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02) | ||
|
||
## Samples | ||
|
||
Find scripts to manage common tasks. | ||
|
||
- [Azure CLI](/azure/sql-database/sql-database-cli-samples) | ||
- [Azure PowerShell](/azure/sql-database/sql-database-powershell-samples) | ||
|
||
## More | ||
|
||
- [Visit documentation to learn more](/azure/sql-database/index) | ||
- [Learn about all Azure Services](https://aka.ms/j3wr7y) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Web Apps Documentation | ||
|
||
Azure Web Apps enables you to build and host websites in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows and Linux (preview), and enables automated deployments from GitHub, Team Services, or any Git repo. Learn how to use Azure Web Apps with our quickstarts, tutorials, and samples. | ||
|
||
## 5-Minute Quickstarts | ||
|
||
- [.NET](/azure/app-service-web/app-service-web-get-started-dotnet) | ||
- [Node.js](/azure/app-service-web/app-service-web-get-started-nodejs) | ||
- [PHP](/azure/app-service-web/app-service-web-get-started-php) | ||
- [Java](/azure/app-service-web/app-service-web-get-started-java) | ||
- [Python](/azure/app-service-web/app-service-web-get-started-python) | ||
- [HTML](/azure/app-service-web/app-service-web-get-started-html) | ||
|
||
## Step-by-Step Tutorials | ||
|
||
Learn how to deploy, manage, and monitor secure web applications on Azure. | ||
|
||
- Create an application using [.NET with Azure SQL DB](/azure/app-service-web/app-service-web-tutorial-dotnet-sqldatabase) or [Node.js with MongoDB](/azure/app-service-web/app-service-web-tutorial-nodejs-mongodb-app) | ||
- [Map an existing custom domain to your application](/azure/app-service-web/app-service-web-tutorial-custom-domain) | ||
- [Bind an existing SSL certificate to your application](/azure/app-service-web/app-service-web-tutorial-custom-SSL) | ||
|
||
## Free PluralSight Video Training | ||
|
||
- [Developing with .NET](https://www.pluralsight.com/courses/developing-dotnet-microsoft-azure-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02) | ||
- [Developing with Node.js](https://www.pluralsight.com/courses/developing-nodejs-microsoft-azure-getting-started?twoid=d6abac77-7dcc-4d33-9e03-f85e78989f02) | ||
|
||
## Samples | ||
|
||
Find scripts to manage common tasks. | ||
|
||
- [Azure CLI](/azure/app-service-web/app-service-cli-sample) | ||
- [Azure Powershell](/azure/app-service-web/app-service-powershell-samples) | ||
|
||
## More | ||
|
||
- [Visit documentation to learn more](/azure/app-service-web/index) | ||
- [Learn about all Azure Services](https://aka.ms/j3wr7y) |