https://github.com/azurecosmosdb/quickstart-table-go
Quickstart application template for Azure Cosmos DB for Table and GO
https://github.com/azurecosmosdb/quickstart-table-go
Last synced: 4 months ago
JSON representation
Quickstart application template for Azure Cosmos DB for Table and GO
- Host: GitHub
- URL: https://github.com/azurecosmosdb/quickstart-table-go
- Owner: AzureCosmosDB
- License: mit
- Created: 2025-01-22T19:15:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:22:41.000Z (over 1 year ago)
- Last Synced: 2025-07-16T09:55:52.010Z (11 months ago)
- Language: Bicep
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Quickstart: Azure Cosmos DB for Table - Azure SDK for Go
This is a simple web application to illustrate common basic usage of Azure Cosmos DB for Table with the Azure SDK for Go.
## Prerequisites
- [Docker](https://www.docker.com/)
- [Azure Developer CLI](https://aka.ms/azd-install)
- [Go 1.23 or newer](https://go.dev/dl/)
## Quickstart
1. Log in to Azure Developer CLI. *This is only required once per-install.*
```bash
azd auth login
```
1. Initialize this template (`cosmos-db-table-go-quickstart`) using `azd init`
```bash
azd init --template cosmos-db-table-go-quickstart
```
1. Ensure that **Docker** is running in your environment.
1. Use `azd up` to provision your Azure infrastructure and deploy the web application to Azure.
```bash
azd up
```
1. Observed the deployed web application
