Skip to content

Commit d74e845

Browse files
authored
Merge pull request #114997 from SnehaGunda/JavaWebapp
Deleting the old MongoDB Go doc
2 parents 839797d + 90acf46 commit d74e845

12 files changed

+11
-258
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,11 @@
28122812
"redirect_url": "/azure/cosmos-db/high-availability",
28132813
"redirect_document_id": true
28142814
},
2815+
{
2816+
"source_path": "articles/cosmos-db/create-mongodb-golang.md",
2817+
"redirect_url": "/azure/cosmos-db/create-mongodb-go",
2818+
"redirect_document_id": true
2819+
},
28152820
{
28162821
"source_path": "articles/cosmos-db/sql-api-dotnet-application-preview.md",
28172822
"redirect_url": "/azure/cosmos-db/sql-api-dotnet-application",

articles/cosmos-db/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,6 @@
666666
- name: Xamarin
667667
href: create-mongodb-xamarin.md
668668
- name: Golang
669-
href: create-mongodb-golang.md
670-
- name: Go
671669
href: create-mongodb-go.md
672670
- name: Tutorials
673671
items:

articles/cosmos-db/create-mongodb-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 05/21/2019
1919
> * [Node.js](create-mongodb-nodejs.md)
2020
> * [Python](create-mongodb-flask.md)
2121
> * [Xamarin](create-mongodb-xamarin.md)
22-
> * [Golang](create-mongodb-golang.md)
22+
> * [Golang](create-mongodb-go.md)
2323
>
2424
2525
Azure Cosmos DB is Microsoft’s globally distributed multi-model database service. You can quickly create and query document, key/value and graph databases, all of which benefit from the global distribution and horizontal scale capabilities at the core of Cosmos DB.

articles/cosmos-db/create-mongodb-flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 12/26/2018
1818
> * [Node.js](create-mongodb-nodejs.md)
1919
> * [Python](create-mongodb-flask.md)
2020
> * [Xamarin](create-mongodb-xamarin.md)
21-
> * [Golang](create-mongodb-golang.md)
21+
> * [Golang](create-mongodb-go.md)
2222
>
2323
2424
In this quickstart, you use an Azure Cosmos DB for Mongo DB API account or the Azure Cosmos DB Emulator to run a Python Flask To-Do web app cloned from GitHub. Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.

articles/cosmos-db/create-mongodb-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 04/24/2020
1818
> * [Node.js](create-mongodb-nodejs.md)
1919
> * [Python](create-mongodb-flask.md)
2020
> * [Xamarin](create-mongodb-xamarin.md)
21-
> * [Golang](create-mongodb-golang.md)
21+
> * [Golang](create-mongodb-go.md)
2222
>
2323
2424
Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities. In this quickstart, you create and manage an Azure Cosmos DB account by using the Azure Cloud Shell, clone an existing sample application from GitHub and configure it to work with Azure Cosmos DB.

articles/cosmos-db/create-mongodb-golang.md

Lines changed: 0 additions & 250 deletions
This file was deleted.

articles/cosmos-db/create-mongodb-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: seo-java-august2019, seo-java-september2019
1919
> * [Node.js](create-mongodb-nodejs.md)
2020
> * [Python](create-mongodb-flask.md)
2121
> * [Xamarin](create-mongodb-xamarin.md)
22-
> * [Golang](create-mongodb-golang.md)
22+
> * [Golang](create-mongodb-go.md)
2323
>
2424
2525
In this quickstart, you create and manage an Azure Cosmos DB for MongoDB API account from the Azure portal, and add data by using a Java SDK app cloned from GitHub. Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.

articles/cosmos-db/create-mongodb-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: seo-javascript-september2019, seo-javascript-october2019
1919
> * [Node.js](create-mongodb-nodejs.md)
2020
> * [Python](create-mongodb-flask.md)
2121
> * [Xamarin](create-mongodb-xamarin.md)
22-
> * [Golang](create-mongodb-golang.md)
22+
> * [Golang](create-mongodb-go.md)
2323
>
2424
2525
In this quickstart, you create and manage an Azure Cosmos DB for Mongo DB API account by using the Azure Cloud Shell, and with a MEAN (MongoDB, Express, Angular, and Node.js) app cloned from GitHub. Azure Cosmos DB is a multi-model database service that lets you quickly create and query document, table, key-value, and graph databases with global distribution and horizontal scale capabilities.

articles/cosmos-db/create-mongodb-xamarin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: masoucou
1919
> * [Node.js](create-mongodb-nodejs.md)
2020
> * [Python](create-mongodb-flask.md)
2121
> * [Xamarin](create-mongodb-xamarin.md)
22-
> * [Golang](create-mongodb-golang.md)
22+
> * [Golang](create-mongodb-go.md)
2323
>
2424
2525
Azure Cosmos DB is Microsoft's globally distributed multi-model database service. You can quickly create and query document, key/value, and graph databases, all of which benefit from the global distribution and horizontal scale capabilities at the core of Azure Cosmos DB.

0 commit comments

Comments
 (0)