This template shows how to configure both Virtual Network Support and optional clustering for a premium Azure Redis Cache instance
Bu Azure Resource Manager (ARM) şablonu Microsoft tarafından değil bir topluluk üyesi tarafından oluşturulmuştur. Her bir ARM şablonu size Microsoft tarafından değil, bir lisans sözleşmesi altında sahibi tarafından lisanslanmıştır. Microsoft, topluluk üyeleri tarafından sağlanan ve lisanslanan ARM şablonlarından sorumlu değildir ve güvenlik, uyumluluk ve performans denetimi yapmaz. Topluluk ARM şablonları herhangi bir Microsoft destek programı veya hizmeti altında desteklenmez ve herhangi bir garanti olmaksızın OLDUĞU GİBİ kullanıma sunulur.
Parametreler
Parametre Adı | Açıklama |
---|---|
redisCacheName | The name of the Azure Redis Cache to create. |
redisShardCount | Number of highly available shards to create in the cluster. Requires Premium SKU. Set to 0 to not set up clustering. |
redisCacheCapacity | The size of the new Azure Redis Cache instance. Valid family and capacity combinations are (C0..C6, P1..P4). |
virtualNetwork | Name of an existing virtual network to join, in same subscription and region. Requires Premium SKU. |
subnet | Name of an existing subnet to join in the virtual network. Requires configuring a virtualNetwork. |
redisCacheStaticIP | The static IP address the redis cache should have, for a cache in a virtual network subnet. Requires configuring a virtualNetwork. |
existingDiagnosticsStorageAccountName | Name of an existing storage account for diagnostics. Must be in the same subscription. |
enableNonSslPort | Set to true to allow access to redis on port 6379, without SSL tunneling (less secure). |
Şablonu kullanın
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/201-redis-premium-vnet-cluster-diagnostics/azuredeploy.jsonAzure PowerShell'i yükleme ve yapılandırma
Komut satırı
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/201-redis-premium-vnet-cluster-diagnostics/azuredeploy.jsonAzure Platformlar Arası Komut Satırı Arabirimini Yükleme ve Yapılandırma