簡體   English   中英

我在 ADO 管道中使用 Azure Bicep 生成了資源。 需要創建一個新的管道,用代碼填充資源。 不確定如何

[英]I've generated resources using Azure Bicep in ADO pipelines. Need to make a new pipeline that will populate the resources with code. Not sure how

我有一個二頭肌文件,其中包含以下資源:Function 應用程序、存儲帳戶、應用程序見解、密鑰保管庫和應用程序服務計划,通過 Azure Dev Ops 管道中的構建管道。 我需要使用從源代碼構建的工件填充這些資源,例如向 function 應用程序添加功能。 不過,我不確定該怎么做。 有沒有人有任何建議或教程鏈接? 我是 Azure 的新手,非常感謝任何幫助。 謝謝。

基本上,Azure 管道與任務一起將工件部署到資源。 這些資源可以是您提到的 AKS、IIS 或 Azure 函數。 如果您特別尋找 Azure function 部署任務,您可以使用AzureFunction@1任務。

這里有一些額外的有用鏈接;

https://www.azuredevopslabs.com/labs/vstsextend/azurefunctions/#:~:text=Azure%20Functions%20is%20an%20event,well%20as%20on%2Dpremises%20systems

https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops?tabs=do.net-core%2Cyaml%2Ccsharp

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM