diff --git a/azure-portal-docs-mapping.json b/azure-portal-docs-mapping.json index 618f7534f5e2d..ada53652d81c4 100644 --- a/azure-portal-docs-mapping.json +++ b/azure-portal-docs-mapping.json @@ -1,6 +1,11 @@ { "WebsitesExtension_WebsiteBlade": "/portal-articles/WebsitesExtension/WebApps/Overview.md", + "WebsitesExtension_FunctionsIFrameBladeMain": "/portal-articles/WebsitesExtension/Functions/Overview.md", "SqlAzureExtension_DatabaseBlade": "/portal-articles/SqlAzureExtension/Database/Overview.md", + "SqlAzureExtension_PostgreSqlServerBlade": "/portal-articles/SqlAzureExtension/Postgresql/Overview.md", + "SqlAzureExtension_MySqlServerBlade": "/portal-articles/SqlAzureExtension/Mysql/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", + "Microsoft_Azure_DocumentDB_MongoAccountTemplateBlade": "/portal-articles/Microsoft_Azure_DocumentDB/CosmosDB/Overview.md", + "Microsoft_Azure_DocumentDB_DatabaseAccountTemplateBladeForGlobalDb": "/portal-articles/Microsoft_Azure_DocumentDB/CosmosDB/Overview.md" } diff --git a/portal-articles/Microsoft_Azure_DocumentDB/CosmosDB/Overview.md b/portal-articles/Microsoft_Azure_DocumentDB/CosmosDB/Overview.md new file mode 100644 index 0000000000000..6998b5d6f15e5 --- /dev/null +++ b/portal-articles/Microsoft_Azure_DocumentDB/CosmosDB/Overview.md @@ -0,0 +1,66 @@ +--- +title: Azure Cosmos DB overview | Microsoft Docs +description: Help content for Azure Cosmos DB overview within Azure portal +services: cosmos-db +author: sewatson +manager: lwelicki + +ms.service: cosmos-db +ms.topic: article +ms.date: 05/10/2017 +ms.author: sewatson +--- + +# Azure Cosmos DB Documentation + +Azure Cosmos DB is a globally distributed database service designed to enable you to elastically and independently scale throughput and storage across any number of geographical regions with a comprehensive SLA. You can develop document, key/value, or graph databases with Cosmos DB using a series of popular APIs and programming models. Learn how to use Cosmos DB with our quickstarts, tutorials, and samples. + +## 5-Minute Quickstarts + +Learn how to use Azure Cosmos DB to create a globally distributed database using one of the multi-model APIs: + +### DocumentDB API + +- [.NET](/azure/cosmos-db/create-documentdb-dotnet) +- [Java](/azure/cosmos-db/create-documentdb-java) +- [Node.js](/azure/cosmos-db/create-documentdb-nodejs) +- [Python](/azure/cosmos-db/create-documentdb-python) + +### MongoDB API + +- [.NET](/azure/cosmos-db/create-mongodb-dotnet) +- [Java](/azure/cosmos-db/create-mongodb-java) +- [Node.js](/azure/cosmos-db/create-mongodb-nodejs) + +### Graph API + +- [.NET](/azure/cosmos-db/create-graph-dotnet) +- [Java](/azure/cosmos-db/create-graph-java) +- [Node.js](/azure/cosmos-db/create-graph-nodejs) +- [Gremlin](/azure/cosmos-db/create-graph-gremlin-console) + +### Graph API + +- [.NET](/azure/cosmos-db/create-table-dotnet) + +## Step-by-Step Tutorials + +Learn how to develop apps using Azure Cosmos DB: + +- Develop an app with Cosmos DB: [DocumentDB](/azure/cosmos-db/tutorial-develop-documentdb-dotnet) | [MongoDB](/azure/cosmos-db/tutorial-develop-mongodb) | [Table](/azure/cosmos-db/tutorial-develop-table-dotnet) | [Graph](/azure/cosmos-db/tutorial-develop-graph-dotnet) +- Import data into Cosmos DB [DocumentDB](/azure/documentdb/documentdb-import-data) | [MongoDB](/azure/documentdb/documentdb-mongodb-migrate) +- Query data with Cosmos DB: [DocumentDB](/azure/cosmos-db/tutorial-query-documentdb) | [MongoDB](/azure/cosmos-db/tutorial-query-mongodb) | [Table](/azure/cosmos-db/tutorial-query-table) | [Graph](/azure/cosmos-db/tutorial-query-graph) +- Global database replication with Cosmos DB: [DocumentDB](/azure/cosmos-db/tutorial-global-distribution-documentdb) | [MongoDB](/azure/cosmos-db/tutorial-global-distribution-mongodb) | [Table](/azure/cosmos-db/tutorial-global-distribution-table | [Graph](/azure/cosmos-db/tutorial-global-distribution-graph) +- [Develop your application locally using the emulator](/azure/documentdb/documentdb-nosql-local-emulator) + +## Samples + +Find scripts to manage common tasks. + +- [Azure CLI](/azure/cosmos-db/cli-samples) +- [Azure PowerShell](/azure/cosmos-db/powershell-samples) + +## More + +- [Visit documentation to learn more](/azure/cosmos-db/index) +- [Learn about all Azure Services](https://aka.ms/j3wr7y) \ No newline at end of file diff --git a/portal-articles/SqlAzureExtension/Database/Overview.md b/portal-articles/SqlAzureExtension/Database/Overview.md index 26566d51708f3..7a81f9feb86c3 100644 --- a/portal-articles/SqlAzureExtension/Database/Overview.md +++ b/portal-articles/SqlAzureExtension/Database/Overview.md @@ -31,6 +31,7 @@ Learn how to create, manage, and migrate databases using SQL DB. - [Migrate an existing SQL Server Database to use Azure SQL Database](/azure/sql-database/sql-database-migrate-your-sql-server-database) - [Secure your SQL Database](/azure/sql-database/sql-database-security-tutorial) - [Improve SQL Database performance](/azure/sql-database/sql-database-performance-tutorial) +- [Implement a multi-tenant SaaS application using SQL DB](/azure/sql-database/sql-database-multi-tenant-application) ## Free PluralSight Video Training diff --git a/portal-articles/SqlAzureExtension/Mysql/Overview.md b/portal-articles/SqlAzureExtension/Mysql/Overview.md new file mode 100644 index 0000000000000..1fb5e76e5c1a4 --- /dev/null +++ b/portal-articles/SqlAzureExtension/Mysql/Overview.md @@ -0,0 +1,41 @@ +--- +title: Azure Database for MySQL overview | Microsoft Docs +description: Help content for Azure Database for MySQL overview within Azure portal +services: mysql +author: sewatson +manager: lwelicki + +ms.service: mysql +ms.topic: article +ms.date: 05/10/2017 +ms.author: sewatson +--- + +# Azure Database for MySQL Documentation + +Azure Database for MySQL is a relational database service based on the open source MySQL Server engine. It is a fully managed database as a service offering capable of handing mission-critical workload with predictable performance and dynamic scalability. Develop applications with Azure Database for MySQL leveraging the open source tools and platform of your choice. Learn how to use Azure Database for MySQL with our quickstarts, tutorials, and samples. + +## 5-Minute Quickstarts + +Learn how to create a MySQL database on Azure using: + +- [Azure Portal](/azure/mysql/quickstart-create-mysql-server-database-using-azure-portal) +- [Azure CLI](/azure/mysql/quickstart-create-mysql-server-database-using-azure-cli) + +## Step-by-Step Tutorials + +Learn how to design your database and develop apps: + +- Design a Database: [Azure portal](/azure/mysql/tutorial-design-database-using-portal) | [Azure CLI](/azure/mysql/tutorial-design-database-using-cli) +- Create a Web App: [Wordpress - Portal](/azure/app-service-web/app-service-web-create-web-app-from-marketplace?toc=%2fazure%2fmysql%2ftoc.json) | [PHP - Azure CLI](/azure/app-service-web/app-service-web-tutorial-php-mysql?toc=%2fazure%2fmysql%2ftoc.json) + +## Samples + +Find scripts to manage common tasks. + +- [Azure CLI](/azure/mysql/reference-azure-cli) + +## More + +- [Visit documentation to learn more](/azure/mysql/index) +- [Learn about all Azure Services](https://aka.ms/j3wr7y) \ No newline at end of file diff --git a/portal-articles/SqlAzureExtension/Postgresql/Overview.md b/portal-articles/SqlAzureExtension/Postgresql/Overview.md new file mode 100644 index 0000000000000..84c121afd7b0c --- /dev/null +++ b/portal-articles/SqlAzureExtension/Postgresql/Overview.md @@ -0,0 +1,41 @@ +--- +title: Azure Database for PostgreSQL overview | Microsoft Docs +description: Help content for Azure Database for PostgreSQL overview within Azure portal +services: app-service +author: sewatson +manager: lwelicki + +ms.service: postgresql +ms.topic: article +ms.date: 05/10/2017 +ms.author: sewatson +--- + +# Azure Database for PostgreSQL Documentation + +Azure Database for PostgreSQL is a relational database service based on the open source Postgres database engine. It is a fully managed database as a service offering capable of handling mission-critical workloads with predictable performance, security, high availability, and dynamic scalability. Develop applications with Azure Database for PostgreSQL leveraging the open source tools and platform of your choice. Learn how to use Azure Database for PostgreSQL with our quickstarts, tutorials, and samples. + +## 5-Minute Quickstarts + +Learn how to create a PostgreSQL database using: + +- [Azure Portal](/azure/postgresql/quickstart-create-server-database-portal) +- [Azure CLI](/azure/postgresql/quickstart-create-server-database-azure-cli) + +## Step-by-Step Tutorials + +Learn how to: + +- Design a Database: [Azure portal](/azure/postgresql/tutorial-design-database-using-azure-portal) | [Azure CLI](/azure/postgresql/tutorial-design-database-using-azure-cli) +- [Build a Web App using Python and the CLI](/azure/app-service-web/app-service-web-tutorial-docker-python-postgresql-app?toc=%2fazure%2fpostgresql%2ftoc.json) + +## Samples + +Find scripts to manage common tasks. + +- [Azure CLI](/azure/postgresql/sample-scripts-azure-cli) + +## More + +- [Visit documentation to learn more](/azure/postgresql/index) +- [Learn about all Azure Services](https://aka.ms/j3wr7y) \ No newline at end of file diff --git a/portal-articles/WebsitesExtension/Functions/Overview.md b/portal-articles/WebsitesExtension/Functions/Overview.md new file mode 100644 index 0000000000000..0fdef8f31d4f6 --- /dev/null +++ b/portal-articles/WebsitesExtension/Functions/Overview.md @@ -0,0 +1,41 @@ +--- +title: Azure Functions overview | Microsoft Docs +description: Help content for Azure Functions overview within Azure portal +services: functions +author: sewatson +manager: lwelicki + +ms.service: functions +ms.topic: article +ms.date: 05/10/2017 +ms.author: sewatson +--- + +# Azure Functions Documentation + +Azure Functions is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. Use Azure Functions to run a script or piece of code in response to a variety of events. Learn how to use Azure Functions with our quickstarts, tutorials, and samples. + +## 5-Minute Quickstarts + +Learn how to create a Hello World function using: + +- [Azure Portal](/azure/azure-functions/functions-create-first-azure-function) +- [Azure CLI](/azure/azure-functions/functions-create-first-azure-function-azure-cli) + +## Step-by-Step Tutorials + +Learn how to build and manage Azure Functions. + +- [Build a serverless social media dashboard](/azure/azure-functions/functions-twitter-email) +- [Create a serverless API using Azure Functions](/azure/azure-functions/functions-create-serverless-api) + +## Samples + +Find scripts to manage common tasks. + +- [Azure CLI](/azure/azure-functions/functions-cli-samples) + +## More + +- [Visit documentation to learn more](/azure/app-functions/index) +- [Learn about all Azure Services](https://aka.ms/j3wr7y) \ No newline at end of file diff --git a/portal-articles/WebsitesExtension/WebApps-Overview.md b/portal-articles/WebsitesExtension/WebApps/Overview.md similarity index 100% rename from portal-articles/WebsitesExtension/WebApps-Overview.md rename to portal-articles/WebsitesExtension/WebApps/Overview.md