Skip to content

Commit 0c30fbf

Browse files
committed
Fix numbering
1 parent 3aa6bfb commit 0c30fbf

11 files changed

+315
-146
lines changed

articles/cosmos-db/mongodb/includes/quickstart-dev-setup-prefix.md

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

articles/cosmos-db/mongodb/includes/quickstart-dev-setup-suffix.md

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

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

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,24 @@ Deploy this project's development container to your environment. Then, use the A
4343

4444
::: zone-end
4545

46-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart-dev-setup-prefix.md)]
46+
::: zone pivot="devcontainer-codespace"
47+
48+
> [!IMPORTANT]
49+
> GitHub accounts include an entitlement of storage and core hours at no cost. For more information, see [included storage and core hours for GitHub accounts](https://docs.github.com/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts).
50+
51+
::: zone-end
52+
53+
::: zone pivot="devcontainer-vscode"
54+
55+
::: zone-end
56+
57+
1. Open a terminal in the root directory of the project.
58+
59+
1. Authenticate to the Azure Developer CLI using `azd auth login`. Follow the steps specified by the tool to authenticate to the CLI using your preferred Azure credentials.
60+
61+
```azurecli
62+
azd auth login
63+
```
4764
4865
1. Use `azd init` to initialize the project.
4966
@@ -54,7 +71,33 @@ Deploy this project's development container to your environment. Then, use the A
5471
> [!NOTE]
5572
> This quickstart uses the [azure-samples/cosmos-db-mongodb-dotnet-quickstart](https://github.com/azure-samples/cosmos-db-mongodb-dotnet-quickstart) template GitHub repository. The Azure Developer CLI will automatically clone this project to your machine if it is not already there.
5673
57-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart-dev-setup-suffix.md)]
74+
1. During initialization, configure a unique environment name.
75+
76+
> [!TIP]
77+
> The environment name will also be used as the target resource group name. For this quickstart, consider using `msdocs-cosmos-db`.
78+
79+
1. Deploy the Azure Cosmos DB account using `azd up`. The Bicep templates also deploy a sample web application.
80+
81+
```azurecli
82+
azd up
83+
```
84+
85+
1. During the provisioning process, select your subscription and desired location. Wait for the provisioning process to complete. The process can take **approximately five minutes**.
86+
87+
1. Once the provisioning of your Azure resources is done, a URL to the running web application is included in the output.
88+
89+
```output
90+
Deploying services (azd deploy)
91+
92+
(✓) Done: Deploying service web
93+
- Endpoint: <https://[container-app-sub-domain].azurecontainerapps.io>
94+
95+
SUCCESS: Your application was provisioned and deployed to Azure in 5 minutes 0 seconds.
96+
```
97+
98+
1. Use the URL in the console to navigate to your web application in the browser. Observe the output of the running app.
99+
100+
:::image type="content" source="media/quickstart/dev-web-application.png" alt-text="Screenshot of the running web application.":::
58101
59102
---
60103

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

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,24 @@ Deploy this project's development container to your environment. Then, use the A
4343

4444
::: zone-end
4545

46-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart-dev-setup-prefix.md)]
46+
::: zone pivot="devcontainer-codespace"
47+
48+
> [!IMPORTANT]
49+
> GitHub accounts include an entitlement of storage and core hours at no cost. For more information, see [included storage and core hours for GitHub accounts](https://docs.github.com/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts).
50+
51+
::: zone-end
52+
53+
::: zone pivot="devcontainer-vscode"
54+
55+
::: zone-end
56+
57+
1. Open a terminal in the root directory of the project.
58+
59+
1. Authenticate to the Azure Developer CLI using `azd auth login`. Follow the steps specified by the tool to authenticate to the CLI using your preferred Azure credentials.
60+
61+
```azurecli
62+
azd auth login
63+
```
4764
4865
1. Use `azd init` to initialize the project.
4966
@@ -54,7 +71,33 @@ Deploy this project's development container to your environment. Then, use the A
5471
> [!NOTE]
5572
> This quickstart uses the [azure-samples/cosmos-db-mongodb-nodejs-quickstart](https://github.com/azure-samples/cosmos-db-mongodb-nodejs-quickstart) template GitHub repository. The Azure Developer CLI will automatically clone this project to your machine if it is not already there.
5673
57-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart-dev-setup-suffix.md)]
74+
1. During initialization, configure a unique environment name.
75+
76+
> [!TIP]
77+
> The environment name will also be used as the target resource group name. For this quickstart, consider using `msdocs-cosmos-db`.
78+
79+
1. Deploy the Azure Cosmos DB account using `azd up`. The Bicep templates also deploy a sample web application.
80+
81+
```azurecli
82+
azd up
83+
```
84+
85+
1. During the provisioning process, select your subscription and desired location. Wait for the provisioning process to complete. The process can take **approximately five minutes**.
86+
87+
1. Once the provisioning of your Azure resources is done, a URL to the running web application is included in the output.
88+
89+
```output
90+
Deploying services (azd deploy)
91+
92+
(✓) Done: Deploying service web
93+
- Endpoint: <https://[container-app-sub-domain].azurecontainerapps.io>
94+
95+
SUCCESS: Your application was provisioned and deployed to Azure in 5 minutes 0 seconds.
96+
```
97+
98+
1. Use the URL in the console to navigate to your web application in the browser. Observe the output of the running app.
99+
100+
:::image type="content" source="media/quickstart/dev-web-application.png" alt-text="Screenshot of the running web application.":::
58101
59102
---
60103

articles/cosmos-db/nosql/includes/quickstart/dev-setup-prefix.md

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

articles/cosmos-db/nosql/includes/quickstart/dev-setup-suffix.md

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

articles/cosmos-db/nosql/quickstart-dotnet.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,24 @@ Deploy this project's development container to your environment. Then, use the A
4545

4646
::: zone-end
4747

48-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart/dev-setup-prefix.md)]
48+
::: zone pivot="devcontainer-codespace"
49+
50+
> [!IMPORTANT]
51+
> GitHub accounts include an entitlement of storage and core hours at no cost. For more information, see [included storage and core hours for GitHub accounts](https://docs.github.com/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts).
52+
53+
::: zone-end
54+
55+
::: zone pivot="devcontainer-vscode"
56+
57+
::: zone-end
58+
59+
1. Open a terminal in the root directory of the project.
60+
61+
1. Authenticate to the Azure Developer CLI using `azd auth login`. Follow the steps specified by the tool to authenticate to the CLI using your preferred Azure credentials.
62+
63+
```azurecli
64+
azd auth login
65+
```
4966
5067
1. Use `azd init` to initialize the project.
5168
@@ -56,7 +73,33 @@ Deploy this project's development container to your environment. Then, use the A
5673
> [!NOTE]
5774
> This quickstart uses the [azure-samples/cosmos-db-nosql-dotnet-quickstart](https://github.com/azure-samples/cosmos-db-nosql-dotnet-quickstart) template GitHub repository. The Azure Developer CLI will automatically clone this project to your machine if it is not already there.
5875
59-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart/dev-setup-suffix.md)]
76+
1. During initialization, configure a unique environment name.
77+
78+
> [!TIP]
79+
> The environment name will also be used as the target resource group name. For this quickstart, consider using `msdocs-cosmos-db`.
80+
81+
1. Deploy the Azure Cosmos DB account using `azd up`. The Bicep templates also deploy a sample web application.
82+
83+
```azurecli
84+
azd up
85+
```
86+
87+
1. During the provisioning process, select your subscription and desired location. Wait for the provisioning process to complete. The process can take **approximately five minutes**.
88+
89+
1. Once the provisioning of your Azure resources is done, a URL to the running web application is included in the output.
90+
91+
```output
92+
Deploying services (azd deploy)
93+
94+
(✓) Done: Deploying service web
95+
- Endpoint: <https://[container-app-sub-domain].azurecontainerapps.io>
96+
97+
SUCCESS: Your application was provisioned and deployed to Azure in 5 minutes 0 seconds.
98+
```
99+
100+
1. Use the URL in the console to navigate to your web application in the browser. Observe the output of the running app.
101+
102+
:::image type="content" source="media/quickstart/dev-web-application.png" alt-text="Screenshot of the running web application.":::
60103
61104
### Install the client library
62105

articles/cosmos-db/nosql/quickstart-go.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,24 @@ Deploy this project's development container to your environment. Then, use the A
4545

4646
::: zone-end
4747

48-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart/dev-setup-prefix.md)]
48+
::: zone pivot="devcontainer-codespace"
49+
50+
> [!IMPORTANT]
51+
> GitHub accounts include an entitlement of storage and core hours at no cost. For more information, see [included storage and core hours for GitHub accounts](https://docs.github.com/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts).
52+
53+
::: zone-end
54+
55+
::: zone pivot="devcontainer-vscode"
56+
57+
::: zone-end
58+
59+
1. Open a terminal in the root directory of the project.
60+
61+
1. Authenticate to the Azure Developer CLI using `azd auth login`. Follow the steps specified by the tool to authenticate to the CLI using your preferred Azure credentials.
62+
63+
```azurecli
64+
azd auth login
65+
```
4966
5067
1. Use `azd init` to initialize the project.
5168
@@ -56,7 +73,33 @@ Deploy this project's development container to your environment. Then, use the A
5673
> [!NOTE]
5774
> This quickstart uses the [azure-samples/cosmos-db-nosql-go-quickstart](https://github.com/azure-samples/cosmos-db-nosql-go-quickstart) template GitHub repository. The Azure Developer CLI will automatically clone this project to your machine if it is not already there.
5875
59-
[!INCLUDE[Developer Quickstart setup prefix](includes/quickstart/dev-setup-suffix.md)]
76+
1. During initialization, configure a unique environment name.
77+
78+
> [!TIP]
79+
> The environment name will also be used as the target resource group name. For this quickstart, consider using `msdocs-cosmos-db`.
80+
81+
1. Deploy the Azure Cosmos DB account using `azd up`. The Bicep templates also deploy a sample web application.
82+
83+
```azurecli
84+
azd up
85+
```
86+
87+
1. During the provisioning process, select your subscription and desired location. Wait for the provisioning process to complete. The process can take **approximately five minutes**.
88+
89+
1. Once the provisioning of your Azure resources is done, a URL to the running web application is included in the output.
90+
91+
```output
92+
Deploying services (azd deploy)
93+
94+
(✓) Done: Deploying service web
95+
- Endpoint: <https://[container-app-sub-domain].azurecontainerapps.io>
96+
97+
SUCCESS: Your application was provisioned and deployed to Azure in 5 minutes 0 seconds.
98+
```
99+
100+
1. Use the URL in the console to navigate to your web application in the browser. Observe the output of the running app.
101+
102+
:::image type="content" source="media/quickstart/dev-web-application.png" alt-text="Screenshot of the running web application.":::
60103
61104
### Install the client library
62105

0 commit comments

Comments
 (0)