Failure to setup continuous deployment between a VSTS account and Azure Function App using a deployment template
i have permissions , successful in linking function app repo via new portal, works without hitch. i'm using resource of type sourcecontrols "ismanualintegration" set false. use repository url token detailed here : https://channel9.msdn.com/blogs/microsoft-integration/build-and-deploy-serverless-part-2
i have tested repository url , can use clone git locally, no prompt or of kind.
this error get:
{ "code": "badrequest" }, { "errorentity": { "code": "badrequest", "message": "repository 'updatesitesourcecontrol' operation failed system.invalidoperationexception: vso getrepository: cannot find repository https://tokenname:tokenvalue@cityshob.visualstudio.com/citymind/cityzen%20app/_git/cityzen\r\n @ microsoft.web.hosting.sourcecontrols.vsoproxy.<getrepository>d__49.movenext()\r\n--- end of stack trace previous location exception thrown ---\r\n @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)\r\n @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)\r\n @ microsoft.web.hosting.administration.vsositerepositoryprovider.<updatesitesourcecontrol>d__1.movenext()\r\n--- end of stack trace previous location exception thrown ---\r\n @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)\r\n @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)\r\n @ microsoft.web.hosting.administration.webcloudcontroller.<>c__displayclass35a.<<updatesitesourcecontrol>b__355>d__35f.movenext()\r\n--- end of stack trace previous location exception thrown ---\r\n @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)\r\n @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)\r\n @ microsoft.web.hosting.administration.csm.common.helpers.asynchelper.runsync[tresult](func`1 func)\r\n @ microsoft.web.hosting.administration.webcloudcontroller.updatesitesourcecontrol(string subscriptionname, string webspacename, string name, sitesourcecontrol sitesourcecontrol).", "extendedcode": "05007", "messagetemplate": "repository '{0}' operation failed {1}.", "parameters": [ "updatesitesourcecontrol", "system.invalidoperationexception: vso getrepository: cannot find repository https://tokenname:tokenvalue@cityshob.visualstudio.com/citymind/cityzen%20app/_git/cityzen\r\n @ microsoft.web.hosting.sourcecontrols.vsoproxy.<getrepository>d__49.movenext()\r\n--- end of stack trace previous location exception thrown ---\r\n @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)\r\n @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)\r\n @ microsoft.web.hosting.administration.vsositerepositoryprovider.<updatesitesourcecontrol>d__1.movenext()\r\n--- end of stack trace previous location exception thrown ---\r\n @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)\r\n @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)\r\n @ microsoft.web.hosting.administration.webcloudcontroller.<>c__displayclass35a.<<updatesitesourcecontrol>b__355>d__35f.movenext()\r\n--- end of stack trace previous location exception thrown ---\r\n @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task)\r\n @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task)\r\n @ microsoft.web.hosting.administration.csm.common.helpers.asynchelper.runsync[tresult](func`1 func)\r\n @ microsoft.web.hosting.administration.webcloudcontroller.updatesitesourcecontrol(string subscriptionname, string webspacename, string name, sitesourcecontrol sitesourcecontrol)" ], "innererrors": null } } ], "innererror": null } correlation id: f3474ed0-5faa-4860-9aad-6b70a8cc21cc
seems work if turn on manual integration.
Microsoft Azure > Azure Functions
Comments
Post a Comment