Let's say I want to use a Redis container when running it locally and Azure Cache for Redis in production (when deployed to Azure Container Apps).
Or it could be dapr state store plus pubsub locally and, Azure Cosmos DB plus Service Bus in production.
How would I set this up? In every demo and documentation I found so far, "azd up" is used to deploy the application with the same settings as local dev.