https://github.com/azurecosmosdb/quickstart-table-java
Quickstart application template for Azure Cosmos DB for Table and Java
https://github.com/azurecosmosdb/quickstart-table-java
Last synced: 12 months ago
JSON representation
Quickstart application template for Azure Cosmos DB for Table and Java
- Host: GitHub
- URL: https://github.com/azurecosmosdb/quickstart-table-java
- Owner: AzureCosmosDB
- License: mit
- Created: 2025-01-22T19:07:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:14:13.000Z (over 1 year ago)
- Last Synced: 2025-06-06T01:05:54.678Z (about 1 year ago)
- Language: Java
- Size: 232 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 Java
This is a simple Spring web application to illustrate common basic usage of Azure Cosmos DB for Table with the Azure SDK for Java.
### Prerequisites
- [Docker](https://www.docker.com/)
- [Azure Developer CLI](https://aka.ms/azd-install)
- [Java 21](https://learn.microsoft.com/java/openjdk/download#openjdk-21)
### 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
