-
Notifications
You must be signed in to change notification settings - Fork 753
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
When trying
var cache = builder.AddAzureManagedRedis("cache");And running or deploying the app, I get this failure:
cache-mqauoglj7udni","message":"'properties.publicNetworkAccess' is required in API version 2025-07-01."
Expected Behavior
The redis cache should provision correctly.
Steps To Reproduce
See above - just F5 an apphost with builder.AddAzureManagedRedis("cache")
Exceptions (if any)
{"error":{"code":"InvalidTemplateDeployment","message":"The template deployment 'cache' is not valid according to the validation procedure. The tracking id is '0e82e756-19bd-4ef1-88fc-6348f5d75350'. See inner errors for details.","details":[{"code":"BadRequest","target":"/subscriptions/b1d52bec-c8f1-4205-9399-473de1c34b90/resourceGroups/rg-sebros-azureconnections/providers/Microsoft.Cache/redisEnterprise/cache-mqauoglj7udni","message":"'properties.publicNetworkAccess' is required in API version 2025-07-01."}]}}
.NET Version info
No response
Anything else?
No response
Copilot
Metadata
Metadata
Assignees
Labels
No labels