Skip to content

Commit 1ac4389

Browse files
authored
update customize infrastructure description
1 parent 89fb9bf commit 1ac4389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/content/docs/integrations/cloud/azure/azure-cache-redis/azure-cache-redis-host.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ await builder.build().run();
370370
</TabItem>
371371
</Tabs>
372372

373-
The preceding C# code retrieves the `RedisCache` resource from the infrastructure and updates the SKU to `Standard` tier with capacity 1, then adds a tag. The TypeScript AppHost exposes the same `configureInfrastructure` API for adding Bicep parameters and customizing resource configuration.
373+
The preceding C# code retrieves the `RedisEnterpriseCluster` resource from the infrastructure and updates the SKU to `BalancedB1` tier with capacity 1, then adds a tag. The TypeScript AppHost exposes the same `configureInfrastructure` API for adding Bicep parameters and customizing resource configuration.
374374

375375
For more configuration options, see [Azure.Provisioning customization](/integrations/cloud/azure/customize-resources/#azureprovisioning-customization).
376376

0 commit comments

Comments
 (0)