AzureAppConfigurationExport@10 - Azure 應用程式設定匯出 v10 工作
從 Azure 應用程式組態將索引鍵/值匯出至工作變數。
語法
# Azure App Configuration Export v10
# Export key-values to task variables from Azure App Configuration.
- task: AzureAppConfigurationExport@10
inputs:
azureSubscription: # string. Alias: ConnectedServiceName. Required. Azure subscription.
AppConfigurationEndpoint: # string. Required. App Configuration Endpoint.
#SelectionMode: 'Default' # 'Default' | 'Snapshot'. Selection Mode. Default: Default.
KeyFilter: '*' # string. Required when SelectionMode = Default. Key Filter. Default: *.
#Label: # string. Optional. Use when SelectionMode = Default. Label.
#SnapshotName: # string. Required when SelectionMode = Snapshot. Snapshot name.
#TrimKeyPrefix: # string. Trim Key Prefix.
#SuppressWarningForOverriddenKeys: false # boolean. Suppress warning for overridden keys. Default: false.
#TreatKeyVaultErrorsAsWarning: false # boolean. Treat key vault resolution errors as warnings. Default: false.
輸入
azureSubscription
-
Azure 訂用帳戶
輸入別名:ConnectedServiceName
。
string
。 必填。
選取 Azure 應用程式組態實例的 Azure 訂用帳戶。
SelectionMode
-
選取模式
string
。 允許的值:Default
、Snapshot
。 預設值:Default
。
選取模式會指定如何選取從組態存放區讀取索引鍵/值。
Default
選取模式允許使用索引鍵和標籤篩選。
Snapshot
選取模式允許從快照集選取索引鍵/值。
KeyFilter
-
金鑰篩選
string
。
SelectionMode = Default
時為必要項。 預設值:*
。
篩選條件可用來選取從 Azure 應用程式組態要求哪些索引鍵/值。
*
的值將會選取所有索引鍵/值。
索引鍵/值查詢的參考。
Label
-
標籤
string
。 自選。
SelectionMode = Default
時使用 。
指定從應用程式組態選取索引鍵/值時,應該使用哪個標籤。 如果沒有提供標籤,則會擷取具有 null 標籤的索引鍵/值。 不允許下列字元:,
*
。
SnapshotName
-
快照集名稱
string
。
SelectionMode = Snapshot
時為必要項。
指定應在 Azure 應用程式組態中擷取索引鍵/值的快照集。
TrimKeyPrefix
-
修剪索引鍵前置詞
string
。
指定一或多個應從應用程式組態索引鍵修剪的前置詞,再將其設定為變數。 多個前置詞可以以新行字元分隔。
SuppressWarningForOverriddenKeys
-
隱藏覆寫索引鍵的警告
boolean
。 預設值:false
。
指定是否要隱藏覆寫現有索引鍵時顯示的警告。
TreatKeyVaultErrorsAsWarning
-
將金鑰保存庫解決錯誤視為警告
boolean
。 預設值:false
。
指定是否要將金鑰保存庫解析錯誤顯示為警告。 根據預設,在發生金鑰保存庫解決錯誤時,工作會失敗。
工作控制選項
除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制項選項和一般工作屬性。
輸出變數
沒有。
要求
要求 | 描述 |
---|---|
管線類型 | YAML、傳統組建、傳統版本 |
執行於 | Agent、DeploymentGroup |
需求 | 沒有 |
功能 | 此工作不符合作業中後續工作的任何需求。 |
命令限制 | 任何 |
Settable 變數 | 任何 |
代理程式版本 | 2.144.0 或更新 |
工作類別 | 部署 |