Skip to content

kohei3110/JavaOnAzure-CosmosDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java on Azure Cosmos DB

Architecture

How to Deploy

  • Deploy Azure Resources

    • Just click the below button

Deploy to Azure

How to run this application on Azure

Set below credentials to GitHub secrets

Key Value
AZURE_WEBAPP_PUBLISH_PROFILE_DEV A publish profile is a file that contains information and settings that is used to deploy applications and services to Azure dev environment.
AZURE_WEBAPP_PUBLISH_PROFILE_PROD A publish profile is a file that contains information and settings that is used to deploy applications and services to Azure prod environment.
COSMOSDB_ENDPOINT_DEV A Cosmos DB endpoint for dev environment.
COSMOSDB_ENDPOINT_PROD A Cosmos DB endpoint for prod environment.
COSMOSDB_KEY_DEV A primary key for Cosmos DB dev.
COSMOSDB_KEY_PROD A primary key for Cosmos DB prod.

Refs:

Set below environment variables to App Service

Key Value
COSMOSDB_ENDPOINT_DEV A Cosmos DB endpoint for dev environment.
COSMOSDB_ENDPOINT_PROD A Cosmos DB endpoint for prod environment.
COSMOSDB_KEY_DEV A primary key for Cosmos DB dev.
COSMOSDB_KEY_PROD A primary key for Cosmos DB prod.

Refs: Configure an App Service app

UML Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published