Summary
The companion docs article already names Azure Managed Redis as the recommended cache. The Bicep infrastructure still provisions Microsoft.Cache/Redis (Azure Cache for Redis). This issue tracks aligning the implementation with the docs.
What needs to change
- Bicep
- Application code (API should mostly remain same)
Acceptance criteria
- Bicep provisions Microsoft.Cache/redisEnterprise + databases child resource.
- Private endpoint and DNS zone reference the correct AMR sub-resource and zone.
- App connects and caches data successfully end-to-end after azd up.
- README and any connection string documentation updated.
Summary
The companion docs article already names Azure Managed Redis as the recommended cache. The Bicep infrastructure still provisions Microsoft.Cache/Redis (Azure Cache for Redis). This issue tracks aligning the implementation with the docs.
What needs to change
Acceptance criteria