Microsoft.MachineLearningServices 工作區/數據存放區 2023-10-01
- 最新
- 2024-10-01
- 2024-10-01-preview
- 2024-07-01-preview
- 2024-04-01
- 2024-04-01-preview
- 2024-01-01-preview
- 2023-10-01
- 2023-08-01-preview
- 2023-06-01-preview
- 2023-04-01
- 2023-04-01-preview
- 2023-02-01-preview
- 2022-12-01-preview
- 2022-10-01
- 2022-10-01-preview
- 2022-06-01-preview
- 2022-05-01
- 2022-02-01-preview
- 2021-03-01-preview
- 2020-05-01-preview
Bicep 資源定義
工作區/資料存放區資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/datastores 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.MachineLearningServices/workspaces/datastores@2023-10-01' = {
name: 'string'
properties: {
credentials: {
credentialsType: 'string'
// For remaining properties, see DatastoreCredentials objects
}
description: 'string'
properties: {
{customized property}: 'string'
}
tags: {
{customized property}: 'string'
}
datastoreType: 'string'
// For remaining properties, see DatastoreProperties objects
}
}
DatastoreProperties 物件
設定 datastoreType 屬性,以指定對象的類型。
針對 AzureBlob,請使用:
{
accountName: 'string'
containerName: 'string'
datastoreType: 'AzureBlob'
endpoint: 'string'
protocol: 'string'
resourceGroup: 'string'
serviceDataAccessAuthIdentity: 'string'
subscriptionId: 'string'
}
針對 AzureDataLakeGen1,請使用:
{
datastoreType: 'AzureDataLakeGen1'
resourceGroup: 'string'
serviceDataAccessAuthIdentity: 'string'
storeName: 'string'
subscriptionId: 'string'
}
針對 AzureDataLakeGen2,請使用:
{
accountName: 'string'
datastoreType: 'AzureDataLakeGen2'
endpoint: 'string'
filesystem: 'string'
protocol: 'string'
resourceGroup: 'string'
serviceDataAccessAuthIdentity: 'string'
subscriptionId: 'string'
}
針對 AzureFile,請使用:
{
accountName: 'string'
datastoreType: 'AzureFile'
endpoint: 'string'
fileShareName: 'string'
protocol: 'string'
resourceGroup: 'string'
serviceDataAccessAuthIdentity: 'string'
subscriptionId: 'string'
}
DatastoreCredentials 物件
設定 credentialsType 屬性,以指定對象的類型。
針對 AccountKey,請使用:
{
credentialsType: 'AccountKey'
secrets: {
key: 'string'
secretsType: 'string'
}
}
針對 憑證,請使用:
{
authorityUrl: 'string'
clientId: 'string'
credentialsType: 'Certificate'
resourceUrl: 'string'
secrets: {
certificate: 'string'
secretsType: 'string'
}
tenantId: 'string'
thumbprint: 'string'
}
針對 None,請使用:
{
credentialsType: 'None'
}
針對 Sas,請使用:
{
credentialsType: 'Sas'
secrets: {
sasToken: 'string'
secretsType: 'string'
}
}
針對 ServicePrincipal,請使用:
{
authorityUrl: 'string'
clientId: 'string'
credentialsType: 'ServicePrincipal'
resourceUrl: 'string'
secrets: {
clientSecret: 'string'
secretsType: 'string'
}
tenantId: 'string'
}
屬性值
AccountKeyDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' (必要) |
秘密 | [必要]記憶體帳戶秘密。 | AccountKeyDatastoreSecrets (必要) |
AccountKeyDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 儲存體帳戶金鑰。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
AzureBlobDatastore
名字 | 描述 | 價值 |
---|---|---|
accountName | 儲存體帳戶名稱。 | 字串 |
containerName | 儲存體帳戶容器名稱。 | 字串 |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureBlob' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureDataLakeGen1Datastore
名字 | 描述 | 價值 |
---|---|---|
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureDataLakeGen1' (必要) |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
storeName | [必要]Azure Data Lake Store 名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureDataLakeGen2Datastore
名字 | 描述 | 價值 |
---|---|---|
accountName | [必要]儲存體帳戶名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureDataLakeGen2' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
filesystem | [必要]Data Lake Gen2 檔案系統的名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureFileDatastore
名字 | 描述 | 價值 |
---|---|---|
accountName | [必要]儲存體帳戶名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureFile' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
fileShareName | [必要]數據存放區所指向的 Azure 檔案共享名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
CertificateDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
authorityUrl | 用於驗證的授權單位 URL。 | 字串 |
clientId | [必要]服務主體用戶端識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'Certificate' (必要) |
resourceUrl | 服務主體可以存取的資源。 | 字串 |
秘密 | [必要]服務主體秘密。 | CertificateDatastoreSecrets (必要) |
tenantId | [必要]服務主體所屬租用戶的標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
指紋 | [必要]用於驗證的憑證指紋。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
CertificateDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
證書 | 服務主體憑證。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
DatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | 針對 type AccountKeyDatastoreCredentials設定為 'AccountKey'。 針對 certificateDatastoreCredentials類型 |
'AccountKey' 'Certificate' 'None' 'Sas' 'ServicePrincipal' (必要) |
DatastoreProperties
名字 | 描述 | 價值 |
---|---|---|
憑據 | [必要]帳戶認證。 | DatastoreCredentials (必要) |
datastoreType | 針對 azureBlobDatastore 類型設定為 'AzureBlob',。 針對 azureDataLakeGen1Datastore 類型設定為 『AzureDataLakeGen1』,。 針對 azureDataLakeGen2Datastore類型 |
'AzureBlob' 'AzureDataLakeGen1' 'AzureDataLakeGen2' 'AzureFile' (必要) |
描述 | 資產描述文字。 | 字串 |
性能 | 資產屬性字典。 | ResourceBaseProperties |
標籤 | 標記字典。 標記可以新增、移除和更新。 | ResourceBaseTags |
Microsoft.MachineLearningServices/workspaces/datastores
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,254}$ (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:工作區 |
性能 | [必要]實體的其他屬性。 | DatastoreProperties (必要) |
NoneDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'None' (必要) |
ResourceBaseProperties
名字 | 描述 | 價值 |
---|
ResourceBaseTags
名字 | 描述 | 價值 |
---|
SasDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'Sas' (必要) |
秘密 | [必要]記憶體容器秘密。 | SasDatastoreSecrets (必要) |
SasDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
sasToken | 記憶體容器 SAS 令牌。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
ServicePrincipalDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
authorityUrl | 用於驗證的授權單位 URL。 | 字串 |
clientId | [必要]服務主體用戶端識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'ServicePrincipal' (必要) |
resourceUrl | 服務主體可以存取的資源。 | 字串 |
秘密 | [必要]服務主體秘密。 | ServicePrincipalDatastoreSecrets (必要) |
tenantId | [必要]服務主體所屬租用戶的標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
ServicePrincipalDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
clientSecret | 服務主體秘密。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
ARM 樣本資源定義
工作區/資料存放區資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/datastores 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.MachineLearningServices/workspaces/datastores",
"apiVersion": "2023-10-01",
"name": "string",
"properties": {
"credentials": {
"credentialsType": "string"
// For remaining properties, see DatastoreCredentials objects
},
"description": "string",
"properties": {
"{customized property}": "string"
},
"tags": {
"{customized property}": "string"
},
"datastoreType": "string"
// For remaining properties, see DatastoreProperties objects
}
}
DatastoreProperties 物件
設定 datastoreType 屬性,以指定對象的類型。
針對 AzureBlob,請使用:
{
"accountName": "string",
"containerName": "string",
"datastoreType": "AzureBlob",
"endpoint": "string",
"protocol": "string",
"resourceGroup": "string",
"serviceDataAccessAuthIdentity": "string",
"subscriptionId": "string"
}
針對 AzureDataLakeGen1,請使用:
{
"datastoreType": "AzureDataLakeGen1",
"resourceGroup": "string",
"serviceDataAccessAuthIdentity": "string",
"storeName": "string",
"subscriptionId": "string"
}
針對 AzureDataLakeGen2,請使用:
{
"accountName": "string",
"datastoreType": "AzureDataLakeGen2",
"endpoint": "string",
"filesystem": "string",
"protocol": "string",
"resourceGroup": "string",
"serviceDataAccessAuthIdentity": "string",
"subscriptionId": "string"
}
針對 AzureFile,請使用:
{
"accountName": "string",
"datastoreType": "AzureFile",
"endpoint": "string",
"fileShareName": "string",
"protocol": "string",
"resourceGroup": "string",
"serviceDataAccessAuthIdentity": "string",
"subscriptionId": "string"
}
DatastoreCredentials 物件
設定 credentialsType 屬性,以指定對象的類型。
針對 AccountKey,請使用:
{
"credentialsType": "AccountKey",
"secrets": {
"key": "string",
"secretsType": "string"
}
}
針對 憑證,請使用:
{
"authorityUrl": "string",
"clientId": "string",
"credentialsType": "Certificate",
"resourceUrl": "string",
"secrets": {
"certificate": "string",
"secretsType": "string"
},
"tenantId": "string",
"thumbprint": "string"
}
針對 None,請使用:
{
"credentialsType": "None"
}
針對 Sas,請使用:
{
"credentialsType": "Sas",
"secrets": {
"sasToken": "string",
"secretsType": "string"
}
}
針對 ServicePrincipal,請使用:
{
"authorityUrl": "string",
"clientId": "string",
"credentialsType": "ServicePrincipal",
"resourceUrl": "string",
"secrets": {
"clientSecret": "string",
"secretsType": "string"
},
"tenantId": "string"
}
屬性值
AccountKeyDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' (必要) |
秘密 | [必要]記憶體帳戶秘密。 | AccountKeyDatastoreSecrets (必要) |
AccountKeyDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 儲存體帳戶金鑰。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
AzureBlobDatastore
名字 | 描述 | 價值 |
---|---|---|
accountName | 儲存體帳戶名稱。 | 字串 |
containerName | 儲存體帳戶容器名稱。 | 字串 |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureBlob' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureDataLakeGen1Datastore
名字 | 描述 | 價值 |
---|---|---|
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureDataLakeGen1' (必要) |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
storeName | [必要]Azure Data Lake Store 名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureDataLakeGen2Datastore
名字 | 描述 | 價值 |
---|---|---|
accountName | [必要]儲存體帳戶名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureDataLakeGen2' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
filesystem | [必要]Data Lake Gen2 檔案系統的名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureFileDatastore
名字 | 描述 | 價值 |
---|---|---|
accountName | [必要]儲存體帳戶名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureFile' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
fileShareName | [必要]數據存放區所指向的 Azure 檔案共享名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
CertificateDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
authorityUrl | 用於驗證的授權單位 URL。 | 字串 |
clientId | [必要]服務主體用戶端識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'Certificate' (必要) |
resourceUrl | 服務主體可以存取的資源。 | 字串 |
秘密 | [必要]服務主體秘密。 | CertificateDatastoreSecrets (必要) |
tenantId | [必要]服務主體所屬租用戶的標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
指紋 | [必要]用於驗證的憑證指紋。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
CertificateDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
證書 | 服務主體憑證。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
DatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | 針對 type AccountKeyDatastoreCredentials設定為 'AccountKey'。 針對 certificateDatastoreCredentials類型 |
'AccountKey' 'Certificate' 'None' 'Sas' 'ServicePrincipal' (必要) |
DatastoreProperties
名字 | 描述 | 價值 |
---|---|---|
憑據 | [必要]帳戶認證。 | DatastoreCredentials (必要) |
datastoreType | 針對 azureBlobDatastore 類型設定為 'AzureBlob',。 針對 azureDataLakeGen1Datastore 類型設定為 『AzureDataLakeGen1』,。 針對 azureDataLakeGen2Datastore類型 |
'AzureBlob' 'AzureDataLakeGen1' 'AzureDataLakeGen2' 'AzureFile' (必要) |
描述 | 資產描述文字。 | 字串 |
性能 | 資產屬性字典。 | ResourceBaseProperties |
標籤 | 標記字典。 標記可以新增、移除和更新。 | ResourceBaseTags |
Microsoft.MachineLearningServices/workspaces/datastores
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2023-10-01' |
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,254}$ (必要) |
性能 | [必要]實體的其他屬性。 | DatastoreProperties (必要) |
類型 | 資源類型 | 'Microsoft.MachineLearningServices/workspaces/datastores' |
NoneDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'None' (必要) |
ResourceBaseProperties
名字 | 描述 | 價值 |
---|
ResourceBaseTags
名字 | 描述 | 價值 |
---|
SasDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'Sas' (必要) |
秘密 | [必要]記憶體容器秘密。 | SasDatastoreSecrets (必要) |
SasDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
sasToken | 記憶體容器 SAS 令牌。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
ServicePrincipalDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
authorityUrl | 用於驗證的授權單位 URL。 | 字串 |
clientId | [必要]服務主體用戶端識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'ServicePrincipal' (必要) |
resourceUrl | 服務主體可以存取的資源。 | 字串 |
秘密 | [必要]服務主體秘密。 | ServicePrincipalDatastoreSecrets (必要) |
tenantId | [必要]服務主體所屬租用戶的標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
ServicePrincipalDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
clientSecret | 服務主體秘密。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
建立 Blob 記憶體資料存放區 |
此範本會在 Azure Machine Learning 工作區中建立 Blob 記憶體資料存放區。 |
建立 Databricks 檔案系統數據存放區 |
此範本會在 Azure Machine Learning 工作區中建立 Databricks 檔系統數據存放區。 |
建立檔案共享數據存放區 |
此範本會在 Azure Machine Learning 工作區中建立檔案共用數據存放區。 |
使用多個數據集建立 AML 工作區 & 資料存放區 |
此範本會建立具有多個數據集的 Azure Machine Learning 工作區,& 數據存放區。 |
建立 Azure ADLS 資料存放區 |
此範本會在 Azure Machine Learning 工作區中建立 ADLS 資料存放區。 |
建立 Azure ADLS Gen2 資料存放區 |
此範本會在 Azure Machine Learning 工作區中建立 ADLS Gen2 資料存放區。 |
建立 Azure MySQL 數據存放區 |
此範本會在 Azure Machine Learning 工作區中建立 MySQL 資料存放區。 |
建立 Azure PostgreSQL 資料存放區 |
此範本會在 Azure Machine Learning 工作區中建立 PostgreSQL 資料存放區。 |
建立 Azure SQL 資料存放區 |
此範本會在 Azure Machine Learning 工作區中建立 SQL 資料存放區。 |
Terraform (AzAPI 提供者) 資源定義
工作區/資料存放區資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.MachineLearningServices/workspaces/datastores 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.MachineLearningServices/workspaces/datastores@2023-10-01"
name = "string"
body = jsonencode({
properties = {
credentials = {
credentialsType = "string"
// For remaining properties, see DatastoreCredentials objects
}
description = "string"
properties = {
{customized property} = "string"
}
tags = {
{customized property} = "string"
}
datastoreType = "string"
// For remaining properties, see DatastoreProperties objects
}
})
}
DatastoreProperties 物件
設定 datastoreType 屬性,以指定對象的類型。
針對 AzureBlob,請使用:
{
accountName = "string"
containerName = "string"
datastoreType = "AzureBlob"
endpoint = "string"
protocol = "string"
resourceGroup = "string"
serviceDataAccessAuthIdentity = "string"
subscriptionId = "string"
}
針對 AzureDataLakeGen1,請使用:
{
datastoreType = "AzureDataLakeGen1"
resourceGroup = "string"
serviceDataAccessAuthIdentity = "string"
storeName = "string"
subscriptionId = "string"
}
針對 AzureDataLakeGen2,請使用:
{
accountName = "string"
datastoreType = "AzureDataLakeGen2"
endpoint = "string"
filesystem = "string"
protocol = "string"
resourceGroup = "string"
serviceDataAccessAuthIdentity = "string"
subscriptionId = "string"
}
針對 AzureFile,請使用:
{
accountName = "string"
datastoreType = "AzureFile"
endpoint = "string"
fileShareName = "string"
protocol = "string"
resourceGroup = "string"
serviceDataAccessAuthIdentity = "string"
subscriptionId = "string"
}
DatastoreCredentials 物件
設定 credentialsType 屬性,以指定對象的類型。
針對 AccountKey,請使用:
{
credentialsType = "AccountKey"
secrets = {
key = "string"
secretsType = "string"
}
}
針對 憑證,請使用:
{
authorityUrl = "string"
clientId = "string"
credentialsType = "Certificate"
resourceUrl = "string"
secrets = {
certificate = "string"
secretsType = "string"
}
tenantId = "string"
thumbprint = "string"
}
針對 None,請使用:
{
credentialsType = "None"
}
針對 Sas,請使用:
{
credentialsType = "Sas"
secrets = {
sasToken = "string"
secretsType = "string"
}
}
針對 ServicePrincipal,請使用:
{
authorityUrl = "string"
clientId = "string"
credentialsType = "ServicePrincipal"
resourceUrl = "string"
secrets = {
clientSecret = "string"
secretsType = "string"
}
tenantId = "string"
}
屬性值
AccountKeyDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' (必要) |
秘密 | [必要]記憶體帳戶秘密。 | AccountKeyDatastoreSecrets (必要) |
AccountKeyDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
鑰匙 | 儲存體帳戶金鑰。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
AzureBlobDatastore
名字 | 描述 | 價值 |
---|---|---|
accountName | 儲存體帳戶名稱。 | 字串 |
containerName | 儲存體帳戶容器名稱。 | 字串 |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureBlob' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureDataLakeGen1Datastore
名字 | 描述 | 價值 |
---|---|---|
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureDataLakeGen1' (必要) |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
storeName | [必要]Azure Data Lake Store 名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureDataLakeGen2Datastore
名字 | 描述 | 價值 |
---|---|---|
accountName | [必要]儲存體帳戶名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureDataLakeGen2' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
filesystem | [必要]Data Lake Gen2 檔案系統的名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
AzureFileDatastore
名字 | 描述 | 價值 |
---|---|---|
accountName | [必要]儲存體帳戶名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
datastoreType | [必要]備份數據存放區的記憶體類型。 | 'AzureFile' (必要) |
端點 | 記憶體帳戶的 Azure 雲端端點。 | 字串 |
fileShareName | [必要]數據存放區所指向的 Azure 檔案共享名稱。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
協定 | 用來與記憶體帳戶通訊的通訊協定。 | 字串 |
resourceGroup | Azure 資源組名 | 字串 |
serviceDataAccessAuthIdentity | 指出用來驗證客戶記憶體之服務數據存取權的身分識別。 | 'None' 'WorkspaceSystemAssignedIdentity' 'WorkspaceUserAssignedIdentity' |
subscriptionId | Azure 訂用帳戶標識碼 | 字串 |
CertificateDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
authorityUrl | 用於驗證的授權單位 URL。 | 字串 |
clientId | [必要]服務主體用戶端識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'Certificate' (必要) |
resourceUrl | 服務主體可以存取的資源。 | 字串 |
秘密 | [必要]服務主體秘密。 | CertificateDatastoreSecrets (必要) |
tenantId | [必要]服務主體所屬租用戶的標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
指紋 | [必要]用於驗證的憑證指紋。 | 字串 約束: 最小長度 = 1 模式 = [a-zA-Z0-9_] (必要) |
CertificateDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
證書 | 服務主體憑證。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
DatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | 針對 type AccountKeyDatastoreCredentials設定為 'AccountKey'。 針對 certificateDatastoreCredentials類型 |
'AccountKey' 'Certificate' 'None' 'Sas' 'ServicePrincipal' (必要) |
DatastoreProperties
名字 | 描述 | 價值 |
---|---|---|
憑據 | [必要]帳戶認證。 | DatastoreCredentials (必要) |
datastoreType | 針對 azureBlobDatastore 類型設定為 'AzureBlob',。 針對 azureDataLakeGen1Datastore 類型設定為 『AzureDataLakeGen1』,。 針對 azureDataLakeGen2Datastore類型 |
'AzureBlob' 'AzureDataLakeGen1' 'AzureDataLakeGen2' 'AzureFile' (必要) |
描述 | 資產描述文字。 | 字串 |
性能 | 資產屬性字典。 | ResourceBaseProperties |
標籤 | 標記字典。 標記可以新增、移除和更新。 | ResourceBaseTags |
Microsoft.MachineLearningServices/workspaces/datastores
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 模式 = ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,254}$ (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:工作區 |
性能 | [必要]實體的其他屬性。 | DatastoreProperties (必要) |
類型 | 資源類型 | “Microsoft.MachineLearningServices/workspaces/datastores@2023-10-01” |
NoneDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'None' (必要) |
ResourceBaseProperties
名字 | 描述 | 價值 |
---|
ResourceBaseTags
名字 | 描述 | 價值 |
---|
SasDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'Sas' (必要) |
秘密 | [必要]記憶體容器秘密。 | SasDatastoreSecrets (必要) |
SasDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
sasToken | 記憶體容器 SAS 令牌。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |
ServicePrincipalDatastoreCredentials
名字 | 描述 | 價值 |
---|---|---|
authorityUrl | 用於驗證的授權單位 URL。 | 字串 |
clientId | [必要]服務主體用戶端識別碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
credentialsType | [必要]用來向記憶體進行驗證的認證類型。 | 'ServicePrincipal' (必要) |
resourceUrl | 服務主體可以存取的資源。 | 字串 |
秘密 | [必要]服務主體秘密。 | ServicePrincipalDatastoreSecrets (必要) |
tenantId | [必要]服務主體所屬租用戶的標識碼。 | 字串 約束: 最小長度 = 36 最大長度 = 36 模式 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (必要) |
ServicePrincipalDatastoreSecrets
名字 | 描述 | 價值 |
---|---|---|
clientSecret | 服務主體秘密。 | 字串 |
secretsType | [必要]用來向記憶體進行驗證的認證類型。 | 'AccountKey' 'Certificate' 'Sas' 'ServicePrincipal' (必要) |