Microsoft.Cache redisEnterprise 2021-02-01-preview
Bicep 리소스 정의
redisEnterprise 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.Cache/redisEnterprise 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.Cache/redisEnterprise@2021-02-01-preview' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
sku: {
capacity: int
name: 'string'
}
properties: {
minimumTlsVersion: 'string'
}
zones: [
'string'
]
}
속성 값
redisEnterprise
Name | Description | 값 |
---|---|---|
name | 리소스 이름 | string(필수) |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
tags | 리소스 태그. | 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요. |
sku | 가격, 성능 및 기능에 영향을 미치는 만들 SKU입니다. | Sku (필수) |
properties | 클러스터의 다른 속성입니다. | ClusterProperties |
영역 | 이 클러스터를 배포할 가용성 영역. | string[] |
ClusterProperties
Name | Description | 값 |
---|---|---|
minimumTlsVersion | 지원할 클러스터의 최소 TLS 버전(예: '1.2') | '1.0' '1.1' '1.2' |
SKU
Name | Description | 값 |
---|---|---|
용량 | RedisEnterprise 클러스터의 크기입니다. SKU에 따라 기본값은 2 또는 3입니다. 유효한 값은 엔터프라이즈 SKU의 경우 (2, 4, 6, ...) 및 플래시 SKU의 경우 (3, 9, 15, ...)입니다. | int |
name | 배포할 RedisEnterprise 클러스터의 유형입니다. 가능한 값: (Enterprise_E10, EnterpriseFlash_F300 등) | 'EnterpriseFlash_F1500' 'EnterpriseFlash_F300' 'EnterpriseFlash_F700' 'Enterprise_E10' 'Enterprise_E100' 'Enterprise_E20' 'Enterprise_E50'(필수) |
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.
템플릿 | Description |
---|---|
벡터 DB를 사용하여 Redis Enterprise |
이 템플릿은 인덱스를 통해 포함을 저장하고 쿼리하기 위해 벡터 DB로 사용할 수 있는 Redis Cache를 만듭니다. 이 기능의 경우 Redis Search 모듈이 Azure Redis에서 활성화됩니다. |
ARM 템플릿 리소스 정의
redisEnterprise 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.Cache/redisEnterprise 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.Cache/redisEnterprise",
"apiVersion": "2021-02-01-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"capacity": "int",
"name": "string"
},
"properties": {
"minimumTlsVersion": "string"
},
"zones": [ "string" ]
}
속성 값
redisEnterprise
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | 'Microsoft.Cache/redisEnterprise' |
apiVersion | 리소스 api 버전 | '2021-02-01-preview' |
name | 리소스 이름 | string(필수) |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
tags | 리소스 태그. | 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요. |
sku | 가격, 성능 및 기능에 영향을 미치는 만들 SKU입니다. | Sku (필수) |
properties | 클러스터의 다른 속성입니다. | ClusterProperties |
영역 | 이 클러스터를 배포할 가용성 영역. | string[] |
ClusterProperties
Name | Description | 값 |
---|---|---|
minimumTlsVersion | 지원할 클러스터의 최소 TLS 버전(예: '1.2') | '1.0' '1.1' '1.2' |
SKU
Name | Description | 값 |
---|---|---|
용량 | RedisEnterprise 클러스터의 크기입니다. SKU에 따라 기본값은 2 또는 3입니다. 유효한 값은 엔터프라이즈 SKU의 경우 (2, 4, 6, ...) 및 플래시 SKU의 경우 (3, 9, 15, ...)입니다. | int |
name | 배포할 RedisEnterprise 클러스터의 유형입니다. 가능한 값: (Enterprise_E10, EnterpriseFlash_F300 등) | 'EnterpriseFlash_F1500' 'EnterpriseFlash_F300' 'EnterpriseFlash_F700' 'Enterprise_E10' 'Enterprise_E100' 'Enterprise_E20' 'Enterprise_E50'(필수) |
빠른 시작 템플릿
다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.
템플릿 | Description |
---|---|
벡터 DB를 사용하여 Redis Enterprise |
이 템플릿은 인덱스를 통해 포함을 저장하고 쿼리하기 위해 벡터 DB로 사용할 수 있는 Redis Cache를 만듭니다. 이 기능의 경우 Redis Search 모듈이 Azure Redis에서 활성화됩니다. |
Terraform(AzAPI 공급자) 리소스 정의
redisEnterprise 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.Cache/redisEnterprise 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Cache/redisEnterprise@2021-02-01-preview"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
minimumTlsVersion = "string"
}
zones = [
"string"
]
sku = {
capacity = int
name = "string"
}
})
}
속성 값
redisEnterprise
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | "Microsoft.Cache/redisEnterprise@2021-02-01-preview" |
name | 리소스 이름 | string(필수) |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
parent_id | 리소스 그룹에 배포하려면 해당 리소스 그룹의 ID를 사용합니다. | string(필수) |
tags | 리소스 태그. | 태그 이름 및 값의 사전입니다. |
sku | 가격, 성능 및 기능에 영향을 미치는 만들 SKU입니다. | Sku (필수) |
properties | 클러스터의 다른 속성입니다. | ClusterProperties |
영역 | 이 클러스터를 배포할 가용성 영역. | string[] |
ClusterProperties
Name | Description | 값 |
---|---|---|
minimumTlsVersion | 지원할 클러스터의 최소 TLS 버전(예: '1.2') | "1.0" "1.1" "1.2" |
SKU
Name | Description | 값 |
---|---|---|
용량 | RedisEnterprise 클러스터의 크기입니다. SKU에 따라 기본값은 2 또는 3입니다. 유효한 값은 엔터프라이즈 SKU의 경우 (2, 4, 6, ...) 및 플래시 SKU의 경우 (3, 9, 15, ...)입니다. | int |
name | 배포할 RedisEnterprise 클러스터의 유형입니다. 가능한 값: (Enterprise_E10, EnterpriseFlash_F300 등) | "EnterpriseFlash_F1500" "EnterpriseFlash_F300" "EnterpriseFlash_F700" "Enterprise_E10" "Enterprise_E100" "Enterprise_E20" "Enterprise_E50"(필수) |