joergjo / contosoads-containerapp

Contoso Ads Azure Container Apps demo application
MIT License
7 stars 3 forks source link

Make project runnable out of the box #31

Closed joergjo closed 1 week ago

joergjo commented 1 week ago

The source code provided as is requires a user to update the Dapr resources, regardless whether the project is intended to be run on the host machine or using Docker Compose. Since the Dapr resource files are not required for Azure deployments, we can update them to be usable without modification.

The default experience will be updated to support the dapr run -f . scenario.