第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

自定義處理程序 defaultExecutablePath from azure pipelin

自定義處理程序 defaultExecutablePath from azure pipelin

Go
慕田峪7331174 2022-08-15 16:38:59
你好,我創(chuàng)建了一個golang自定義處理程序azure函數(shù),我直接從VS代碼部署它,它就像一個魅力。我想用azure devops管道添加一些ci / cd,我設(shè)法構(gòu)建了一個工件,并將其發(fā)布在項目的已發(fā)布工件中,這里是.yml文件trigger:- mainpool:  vmImage: ubuntu-lateststeps:- task: GoTool@0  inputs:    version: '1.16'- task: Go@0  displayName: 'Build Application Binary'  inputs:    command: 'build'    workingDirectory: '$(System.DefaultWorkingDirectory)/my-project/src/cmd/httpport'    arguments: '-ldflags="-s -w" -o $(Build.BinariesDirectory)/bombastic'- task: ArchiveFiles@2  displayName: 'Archiving binaries ... ??????'  inputs:    rootFolderOrFile: '$(Build.BinariesDirectory)'    includeRootFolder: false    archiveType: 'zip'    archiveFile: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'    replaceExistingArchive: true  - task: PublishBuildArtifacts@1  displayName: 'publishing build artifacts'  inputs:    PathtoPublish: '$(Build.ArtifactStagingDirectory)'    ArtifactName: 'drop'    publishLocation: 'Container'    replaceExistingArchive: true我下載已發(fā)布的工件,解壓縮并在本地運行它沒有問題。我使用項目創(chuàng)建了一個版本(Azure 管道中的功能發(fā)布),并將該項目推送到 azure 函數(shù)自定義處理程序。我去檢查azure函數(shù)應(yīng)用程序文件,結(jié)構(gòu)是夸張/夸張的夸張,是函數(shù)的名稱,/bombastic是Linux可執(zhí)行文件,通常你可以通過./bombastic調(diào)用。這是主機(jī)文件{  "version": "2.0",  "logging": {    "logLevel": {      "default": "Trace"    },    "applicationInsights": {      "samplingSettings": {        "isEnabled": true      }    }  },  "extensionBundle": {    "id": "Microsoft.Azure.Functions.ExtensionBundle",    "version": "[1.*, 2.0.0)"  },  "customHandler": {    "description": {      "defaultExecutablePath": "bombasticv",      "arguments": []    },    "enableForwardingHttpRequest": true  }}當(dāng)我點擊函數(shù)URL時,我得到一個未找到的404。有關(guān)獲取 azure 函數(shù)自定義處理程序以使用 Azure 管道項目的任何幫助將不勝感激。
查看完整描述

1 回答

?
回首憶惘然

TA貢獻(xiàn)1847條經(jīng)驗 獲得超11個贊

我想通了。我設(shè)置它的方式,它只壓縮可執(zhí)行文件,我制作了它,所以zip文件夾包括host.json和函數(shù)文件夾,它的工作原理。


查看完整回答
反對 回復(fù) 2022-08-15
  • 1 回答
  • 0 關(guān)注
  • 93 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號