Skip to content

Examples that have been deployed to Azure Container Apps in different languages utilizing HTTP or gRPC with Dapr. These are all mostly pulled from existing Dapr samples.

Notifications You must be signed in to change notification settings

Ajsalemo/container-apps-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-apps-development

Examples that have been deployed to Azure Container Apps in different languages utilizing HTTP or gRPC with Dapr.

Deployed to Container Apps with Bicep. These can also be ran locally under the kubernetes folder to a local Kubernetes cluster.

Main project structure:

  • bicep: These folders contain a deployment Bicep or ARM template. Use the env.sh or variables.sh file to populate environment variables for deployment. Eg., source env.sh in a terminal first.

    Then, to deploy any of the sub projects, copy the az-deployment-command.sh contents into your terminal and run the command to execute deployment.

  • kubernetes: Use this folder to deploy any of the subprojects to run this on a local Kubernetes cluster. Some projects container this.

  • azure-components: This folder can be used if optionally wanting to deploy the Dapr component through the AZ CLI instead of through Bicep.

|-- `dockerhub`
|    |-- `bicep` 
|-- `nginx`
|   |-- `bicep`
|-- `node`
|   |-- `service-invocation-http`
|   |-- `state-management-http-azureblob`
|   |-- `state-management-http-redis`
|   |-- `storage-volumes
|-- `php`
|   |-- `service-invocation-http`
|   |-- `state-management-http`
|-- `python`
|   |-- `grpc`
|   |-- `grpc-reflection`
|   |-- `managed-identity`
|   |-- `pub-sub`
|   |-- `service-invocation-grpc`
|   |-- `service-invocation-http`
|   |-- `state-management-http`
|-- `virtualnetwork`
|   |-- 

About

Examples that have been deployed to Azure Container Apps in different languages utilizing HTTP or gRPC with Dapr. These are all mostly pulled from existing Dapr samples.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published