Microsoft.App 작성기
Bicep 리소스 정의
다음을 대상으로 하는 작업을 사용하여 작성기 리소스 유형을 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.App/builders 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.App/builders@2024-10-02-preview' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
containerRegistries: [
{
containerRegistryServer: 'string'
identityResourceId: 'string'
}
]
environmentId: 'string'
}
tags: {
{customized property}: 'string'
}
}
속성 값
BuilderProperties
이름 | 묘사 | 값 |
---|---|---|
containerRegistries | 컨테이너 레지스트리 및 연결에 사용되는 관리 ID의 매핑 목록입니다. | ContainerRegistry[] |
environmentId | 작성기에서 연결된 컨테이너 앱 환경의 리소스 ID입니다. | string(필수) |
ContainerRegistry
이름 | 묘사 | 값 |
---|---|---|
containerRegistryServer | 컨테이너 레지스트리의 로그인 서버입니다. | string(필수) |
identityResourceId | 관리 ID의 리소스 ID입니다. | string(필수) |
ManagedServiceIdentity
이름 | 묘사 | 값 |
---|---|---|
형 | 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'(필수) |
userAssignedIdentities | 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. | UserAssignedIdentities |
Microsoft.App/builders
이름 | 묘사 | 값 |
---|---|---|
신원 | 이 리소스에 할당된 관리 서비스 ID입니다. | ManagedServiceIdentity |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 2 최대 길이 = 2 패턴 = ^[-\w\._\(\)]+$ (필수) |
속성 | 이 리소스에 대한 리소스별 속성입니다. | BuilderProperties |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. 템플릿 |
TrackedResourceTags
이름 | 묘사 | 값 |
---|
UserAssignedIdentities
이름 | 묘사 | 값 |
---|
UserAssignedIdentity
이름 | 묘사 | 값 |
---|
ARM 템플릿 리소스 정의
다음을 대상으로 하는 작업을 사용하여 작성기 리소스 유형을 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.App/builders 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.App/builders",
"apiVersion": "2024-10-02-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"containerRegistries": [
{
"containerRegistryServer": "string",
"identityResourceId": "string"
}
],
"environmentId": "string"
},
"tags": {
"{customized property}": "string"
}
}
속성 값
BuilderProperties
이름 | 묘사 | 값 |
---|---|---|
containerRegistries | 컨테이너 레지스트리 및 연결에 사용되는 관리 ID의 매핑 목록입니다. | ContainerRegistry[] |
environmentId | 작성기에서 연결된 컨테이너 앱 환경의 리소스 ID입니다. | string(필수) |
ContainerRegistry
이름 | 묘사 | 값 |
---|---|---|
containerRegistryServer | 컨테이너 레지스트리의 로그인 서버입니다. | string(필수) |
identityResourceId | 관리 ID의 리소스 ID입니다. | string(필수) |
ManagedServiceIdentity
이름 | 묘사 | 값 |
---|---|---|
형 | 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'(필수) |
userAssignedIdentities | 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. | UserAssignedIdentities |
Microsoft.App/builders
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2024-10-02-preview' |
신원 | 이 리소스에 할당된 관리 서비스 ID입니다. | ManagedServiceIdentity |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 2 최대 길이 = 2 패턴 = ^[-\w\._\(\)]+$ (필수) |
속성 | 이 리소스에 대한 리소스별 속성입니다. | BuilderProperties |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. 템플릿 |
형 | 리소스 종류 | 'Microsoft.App/builders' |
TrackedResourceTags
이름 | 묘사 | 값 |
---|
UserAssignedIdentities
이름 | 묘사 | 값 |
---|
UserAssignedIdentity
이름 | 묘사 | 값 |
---|
Terraform(AzAPI 공급자) 리소스 정의
다음을 대상으로 하는 작업을 사용하여 작성기 리소스 유형을 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.App/builders 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.App/builders@2024-10-02-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
containerRegistries = [
{
containerRegistryServer = "string"
identityResourceId = "string"
}
]
environmentId = "string"
}
})
}
속성 값
BuilderProperties
이름 | 묘사 | 값 |
---|---|---|
containerRegistries | 컨테이너 레지스트리 및 연결에 사용되는 관리 ID의 매핑 목록입니다. | ContainerRegistry[] |
environmentId | 작성기에서 연결된 컨테이너 앱 환경의 리소스 ID입니다. | string(필수) |
ContainerRegistry
이름 | 묘사 | 값 |
---|---|---|
containerRegistryServer | 컨테이너 레지스트리의 로그인 서버입니다. | string(필수) |
identityResourceId | 관리 ID의 리소스 ID입니다. | string(필수) |
ManagedServiceIdentity
이름 | 묘사 | 값 |
---|---|---|
형 | 관리 서비스 ID의 유형입니다(SystemAssigned 및 UserAssigned 형식이 모두 허용되는 경우). | 'None' 'SystemAssigned' 'SystemAssigned,UserAssigned' 'UserAssigned'(필수) |
userAssignedIdentities | 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. | UserAssignedIdentities |
Microsoft.App/builders
이름 | 묘사 | 값 |
---|---|---|
신원 | 이 리소스에 할당된 관리 서비스 ID입니다. | ManagedServiceIdentity |
위치 | 리소스가 있는 지리적 위치 | string(필수) |
이름 | 리소스 이름 | 문자열 제약 조건: 최소 길이 = 2 최대 길이 = 2 패턴 = ^[-\w\._\(\)]+$ (필수) |
속성 | 이 리소스에 대한 리소스별 속성입니다. | BuilderProperties |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. |
형 | 리소스 종류 | "Microsoft.App/builders@2024-10-02-preview" |
TrackedResourceTags
이름 | 묘사 | 값 |
---|
UserAssignedIdentities
이름 | 묘사 | 값 |
---|
UserAssignedIdentity
이름 | 묘사 | 값 |
---|