microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
806 stars 904 forks source link

CI Failing with "name: 'Hosted VS2017'" #620

Closed palchak closed 2 years ago

palchak commented 2 years ago

This is related to the lab https://azuredevopslabs.com/labs/vstsextend/terraform/ The CI is failing if Hosted VS2017 image is being used. The error that it throws is :

##[error]This is a scheduled windows-2016 brownout. The windows-2016 environment is deprecated and will be removed on April 1st, 2022. For more details, see https://github.com/actions/virtual-environments/issues/5238
,##[error]The remote provider was unable to process the request.
Pool: [Azure Pipelines](https://dev.azure.com/pallabcd/bb543cf6-d05b-49d2-886e-3af49cf9a2bf/_settings/agentqueues?poolId=&queueId=45)
Image: VS2017
Started: Today at 12:07 AM
Duration: 28m 22s

Job preparation parameters If i use "vmImage: 'windows-latest'" as the pool, build fails on test stage with the below error

Test Run Aborted.
##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1
Result Attachments will be stored in LogStore
Run Attachments will be stored in LogStore
No Result Found to Publish 'D:\a\_temp\VssAdministrator_WIN-5VB9IIU5OJ4_2022-03-30_02_52_03.trx'.
##[warning].NET 5 has some compatibility issues with older Nuget versions(<=5.7), so if you are using an older Nuget version(and not dotnet cli) to restore, then the dotnet cli commands (e.g. dotnet build) which rely on such restored packages might fail. To mitigate such error, you can either: (1) - Use dotnet cli to restore, (2) - Use Nuget version 5.8 to restore, (3) - Use global.json using an older sdk version(<=3) to build
Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions. You can learn more about the breaking changes here: https://docs.microsoft.com/en-us/dotnet/core/tools/ and https://docs.microsoft.com/en-us/dotnet/core/compatibility/ . To learn about more such changes and troubleshoot, refer here: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops#troubleshooting
##[error]Dotnet command failed with non-zero exit code on the following projects : D:\a\1\s\test\PartsUnlimited.UnitTests\PartsUnlimited.UnitTests.csproj
Async Command Start: Publish test results
Async Command End: Publish test results
Finishing: Test
sriramdasbalaji commented 2 years ago

Hi,

Use the following task to install a specific version of the .net core In the classic pipeline add the below task image

If it is YAML add the following snippet

`

palchak commented 2 years ago

That worked. Thanks a lot

palchak commented 2 years ago

I have deployed the site, but the site is not working properly. Please check : https://pulterraformwebac57fcbd.azurewebsites.net/

sriramdasbalaji commented 2 years ago

Hi,

Looks like the site is not deployed. Please check you have linked the correct build artefact in the Release pipeline. If you are using the YAML pipeline, in the release pipeline you need to update the build artefact link.

Thanks

palchak commented 2 years ago

Yes, i specified the build number while creating the release. Also on "Download Build Artifacts" task in the Release Pipeline i have specified "Specific Build" and then the Project i chose "AzDevOpsDemoGenerator" and then chose the build pipeline which is "Terraform-CI-YAML" and then Build Version to Download, i chose Latest.

palchak commented 2 years ago

Please check the artifacts that the Task Downloaded

2022-03-31T15:01:38.3875378Z Downloading: D:\a\r1\a\drop/PartsUnlimitedWebsite.zip 2022-03-31T15:01:38.3893933Z Downloading: D:\a\r1\a\drop/Terraform/webapp.tf 2022-03-31T15:01:38.3897134Z Downloading: D:\a\r1\a\drop/Terraform/var.tf 2022-03-31T15:01:38.3898180Z Downloading: D:\a\r1\a\drop/Terraform/terraform.tfvars

palchak commented 2 years ago

This is the output from the last task :

2022-03-31T15:03:22.6428451Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62=https://management.azure.com/ 2022-03-31T15:03:22.6430400Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 data environment = AzureCloud 2022-03-31T15:03:22.6434007Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 auth scheme = ServicePrincipal 2022-03-31T15:03:22.6435532Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 data msiclientId = undefined 2022-03-31T15:03:22.6437238Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 data activeDirectoryServiceEndpointResourceId = https://management.core.windows.net/ 2022-03-31T15:03:22.6438349Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 data AzureKeyVaultServiceEndpointResourceId = https://vault.azure.net 2022-03-31T15:03:22.6440097Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 data AzureKeyVaultDnsSuffix = vault.azure.net 2022-03-31T15:03:22.6454094Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 data ScopeLevel = Subscription 2022-03-31T15:03:22.6456501Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 auth param authenticationType = spnKey 2022-03-31T15:03:22.6457490Z ##[debug]credentials spn endpoint 2022-03-31T15:03:22.6459105Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 auth param serviceprincipalkey = 2022-03-31T15:03:22.6460076Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 data EnableAdfsAuthentication = false 2022-03-31T15:03:22.6462232Z ##[debug]a8ee372e-0734-4e50-aa5a-e19d9e5f2a62 auth param apitoken = undefined 2022-03-31T15:03:22.6466225Z ##[debug]{"subscriptionID":"xxxx-xxxx-xxxxx","subscriptionName":"xxxx-xxxx-xxxx","servicePrincipalClientID":"","environmentAuthorityUrl":"https://login.windows.net/","tenantID":"xxxx-xxxx-xxxxx","url":"https://management.azure.com/","environment":"AzureCloud","scheme":"ServicePrincipal","activeDirectoryResourceID":"https://management.azure.com/","azureKeyVaultServiceEndpointResourceId":"https://vault.azure.net","azureKeyVaultDnsSuffix":"vault.azure.net","scopeLevel":"Subscription","authenticationType":"spnKey","servicePrincipalKey":***,"isADFSEnabled":false,"applicationTokenCredentials":{"clientId":"***","domain":"15954d5b-40c8-4c1b-adca-395b42300a8c","baseUrl":"https://management.azure.com/","authorityUrl":"https://login.windows.net/","activeDirectoryResourceId":"https://management.azure.com/","isAzureStackEnvironment":false,"authType":"spnKey","secret":***,"isADFSEnabled":false}} 2022-03-31T15:03:22.6481033Z Got connection details for Azure App Service:'pulterraformwebac57fcbd' 2022-03-31T15:03:22.6532010Z ##[debug][POST]https://login.windows.net/15954d5b-40c8-4c1b-adca-395b42300a8c/oauth2/token/ 2022-03-31T15:03:22.8635138Z ##[debug][GET]https://management.azure.com/subscriptions/e8e14edc-df83-41c7-91ec-c68281de37f8/resources?$filter=resourceType EQ 'Microsoft.Web%252FSites' AND name EQ 'pulterraformwebac57fcbd'&api-version=2016-07-01 2022-03-31T15:03:22.9549205Z ##[debug]Correlation ID from ARM api call response : 8c454480-584f-4cd1-be64-98996dc56803 2022-03-31T15:03:22.9551551Z ##[debug]Resource Group: PulTerraform 2022-03-31T15:03:22.9566061Z ##[debug][POST]https://management.azure.com/subscriptions/xxxxx-xxxx-xxxxx/resourceGroups/PulTerraform/providers/Microsoft.Web/sites/pulterraformwebac57fcbd/publishxml?api-version=2016-08-01 2022-03-31T15:03:23.2280111Z ##[debug]Could not parse response: {} 2022-03-31T15:03:23.2301070Z ##[debug]Response: undefined 2022-03-31T15:03:23.2303326Z ##[debug]Correlation ID from ARM api call response : 1de17421-f224-4090-9643-afa793855018 2022-03-31T15:03:23.2508142Z ##[debug][GET]http://pulterraformwebac57fcbd.azurewebsites.net 2022-03-31T15:03:23.5445503Z ##[debug]Could not parse response: {} 2022-03-31T15:03:23.5447819Z ##[debug]Response: undefined 2022-03-31T15:03:23.5451334Z ##[debug]App Service status Code: '200'. Status Message: 'OK' 2022-03-31T15:03:23.5459400Z ##[debug][POST]https://management.azure.com/subscriptions/e8e14edc-df83-41c7-91ec-c68281de37f8/resourceGroups/PulTerraform/providers/Microsoft.Web/sites/pulterraformwebac57fcbd/config/publishingcredentials/list?api-version=2016-08-01 2022-03-31T15:03:23.8093713Z ##[debug]Correlation ID from ARM api call response : e82a1b44-0abc-4252-bfc3-9c1b460ed118 2022-03-31T15:03:23.8097719Z ##[debug]set AZURE_APP_SERVICE_KUDU_production_PASSWORD=**** 2022-03-31T15:03:23.8118702Z ##[debug]Processed: ##vso[task.setvariable variable=AZURE_APP_SERVICE_KUDU_production_PASSWORD;isOutput=false;issecret=true;] 2022-03-31T15:03:23.8120980Z ##[debug]Finding files matching input: D:\a\r1\a_Terraform-CI 2022-03-31T15:03:23.8128497Z ##[debug]File Tranformation not enabled 2022-03-31T15:03:23.8130486Z ##[debug]Performing the deployment of webapp. 2022-03-31T15:03:23.8910223Z ##[debug]AZURE_HTTP_USER_AGENT=VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release__25_25_1 2022-03-31T15:03:23.8912835Z ##[debug]Constructed msDeploy comamnd line arguments 2022-03-31T15:03:23.8914445Z ##[debug]appservice.msdeployretrycount=undefined 2022-03-31T15:03:23.8916567Z ##[debug]System.DefaultWorkingDirectory=D:\a\r1\a 2022-03-31T15:03:23.8920282Z ##[debug]the argument string is: 2022-03-31T15:03:23.8926757Z ##[debug] -verb:sync -source:IisApp="'D:\a\r1\a_Terraform-CI'" -dest:iisApp="'pulterraformwebac57fcbd'",ComputerName="'https://pulterraformwebac57fcbd.scm.azurewebsites.net:443/msdeploy.axd?site=pulterraformwebac57fcbd'",UserName="'$pulterraformwebac57fcbd'",Password="''",AuthType="'Basic'" -enableRule:DoNotDeleteRule -userAgent:VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release25_25_1 2022-03-31T15:03:23.8929504Z ##[debug]converting the argument string into an array of arguments 2022-03-31T15:03:23.8931255Z ##[debug]the array of arguments is: 2022-03-31T15:03:23.8932718Z ##[debug]arg#0: -verb:sync 2022-03-31T15:03:23.8934790Z ##[debug]arg#1: -source:IisApp='D:\a\r1\a_Terraform-CI' 2022-03-31T15:03:23.8937099Z ##[debug]arg#2: -dest:iisApp='pulterraformwebac57fcbd',ComputerName='https://pulterraformwebac57fcbd.scm.azurewebsites.net:443/msdeploy.axd?site=pulterraformwebac57fcbd',UserName='$pulterraformwebac57fcbd',Password='***',AuthType='Basic' 2022-03-31T15:03:23.8939134Z ##[debug]arg#3: -enableRule:DoNotDeleteRule 2022-03-31T15:03:23.8940697Z ##[debug]arg#4: -userAgent:VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release25_25_1 2022-03-31T15:03:23.8942180Z ##[debug]which 'msdeploy' 2022-03-31T15:03:23.9020107Z ##[debug]found: 'C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe' 2022-03-31T15:03:23.9026844Z ##[debug]C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe arg: ["-verb:sync","-source:IisApp='D:\a\r1\a\_Terraform-CI'","-dest:iisApp='pulterraformwebac57fcbd',ComputerName='https://pulterraformwebac57fcbd.scm.azurewebsites.net:443/msdeploy.axd?site=pulterraformwebac57fcbd',UserName='$pulterraformwebac57fcbd',Password='***',AuthType='Basic'","-enableRule:DoNotDeleteRule","-userAgent:VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release__25_25_1"] 2022-03-31T15:03:23.9033388Z ##[debug]C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe arg: ["-verb:sync","-source:IisApp='D:\a\r1\a\_Terraform-CI'","-dest:iisApp='pulterraformwebac57fcbd',ComputerName='https://pulterraformwebac57fcbd.scm.azurewebsites.net:443/msdeploy.axd?site=pulterraformwebac57fcbd',UserName='$pulterraformwebac57fcbd',Password='***',AuthType='Basic'","-enableRule:DoNotDeleteRule","-userAgent:VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release__25_25_1"] 2022-03-31T15:03:23.9037905Z ##[debug]exec tool: C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe 2022-03-31T15:03:23.9040687Z ##[debug]exec tool: C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe 2022-03-31T15:03:23.9056745Z ##[debug]arguments: 2022-03-31T15:03:23.9060323Z ##[debug]arguments: 2022-03-31T15:03:23.9061936Z ##[debug] -verb:sync 2022-03-31T15:03:23.9063492Z ##[debug] -verb:sync 2022-03-31T15:03:23.9065872Z ##[debug] -source:IisApp='D:\a\r1\a_Terraform-CI' 2022-03-31T15:03:23.9068861Z ##[debug] -source:IisApp='D:\a\r1\a_Terraform-CI' 2022-03-31T15:03:23.9071247Z ##[debug] -dest:iisApp='pulterraformwebac57fcbd',ComputerName='https://pulterraformwebac57fcbd.scm.azurewebsites.net:443/msdeploy.axd?site=pulterraformwebac57fcbd',UserName='$pulterraformwebac57fcbd',Password='***',AuthType='Basic' 2022-03-31T15:03:23.9074226Z ##[debug] -dest:iisApp='pulterraformwebac57fcbd',ComputerName='https://pulterraformwebac57fcbd.scm.azurewebsites.net:443/msdeploy.axd?site=pulterraformwebac57fcbd',UserName='$pulterraformwebac57fcbd',Password='***',AuthType='Basic' 2022-03-31T15:03:23.9076431Z ##[debug] -enableRule:DoNotDeleteRule 2022-03-31T15:03:23.9077957Z ##[debug] -enableRule:DoNotDeleteRule 2022-03-31T15:03:23.9079815Z ##[debug] -userAgent:VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release25_25_1 2022-03-31T15:03:23.9081533Z ##[debug] -userAgent:VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release25_25_1 2022-03-31T15:03:23.9083947Z [command]"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:IisApp='D:\a\r1\a_Terraform-CI' -dest:iisApp='pulterraformwebac57fcbd',ComputerName='https://pulterraformwebac57fcbd.scm.azurewebsites.net:443/msdeploy.axd?site=pulterraformwebac57fcbd',UserName='$pulterraformwebac57fcbd',Password='***',AuthType='Basic' -enableRule:DoNotDeleteRule -userAgent:VSTS_eff49655-5053-42e0-92d9-957ae74f15f5_Release__25_25_1 2022-03-31T15:03:25.9003753Z Info: Using ID '94d0ec7b-58c9-4565-8bd0-fcdeb8a34d50' for connections to the remote server. 2022-03-31T15:03:32.5915780Z Info: Using ID '34a582aa-8ae8-47bd-8d96-d0f9f63634f6' for connections to the remote server. 2022-03-31T15:03:35.2649992Z Info: Updating file (pulterraformwebac57fcbd\drop\PartsUnlimitedWebsite.zip). 2022-03-31T15:03:35.2650793Z Info: Updating file (pulterraformwebac57fcbd\drop\Terraform\terraform.tfvars). 2022-03-31T15:03:35.2653508Z Info: Updating file (pulterraformwebac57fcbd\drop\Terraform\var.tf). 2022-03-31T15:03:35.2658123Z Info: Updating file (pulterraformwebac57fcbd\drop\Terraform\webapp.tf). 2022-03-31T15:03:35.3240890Z Total changes: 4 (0 added, 0 deleted, 4 updated, 0 parameters changed, 5194294 bytes copied) 2022-03-31T15:03:35.4930671Z ##[debug]Exit code 0 received from tool 'C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe' 2022-03-31T15:03:35.4932176Z ##[debug]Exit code 0 received from tool 'C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe' 2022-03-31T15:03:35.4934252Z ##[debug]STDIO streams have closed for tool 'C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe' 2022-03-31T15:03:35.4935785Z ##[debug]STDIO streams have closed for tool 'C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe' 2022-03-31T15:03:35.4951088Z Successfully deployed web package to App Service. 2022-03-31T15:03:35.4959697Z ##[debug][GET]https://management.azure.com/subscriptions/e8e14edc-df83-41c7-91ec-c68281de37f8/resourceGroups/PulTerraform/providers/Microsoft.Web/sites/pulterraformwebac57fcbd/config/web?api-version=2018-02-01 2022-03-31T15:03:35.7607770Z ##[debug]Correlation ID from ARM api call response : 0d6c567e-095f-4cd5-88c5-871691f56f83 2022-03-31T15:03:35.7610621Z ##[debug]Skipped updating the SCM value. Value: VSTSRM 2022-03-31T15:03:35.7622389Z ##[debug][POST]https://management.azure.com/subscriptions/e8e14edc-df83-41c7-91ec-c68281de37f8/resourceGroups/PulTerraform/providers/Microsoft.Web/sites/pulterraformwebac57fcbd/config/appsettings/list?api-version=2016-08-01 2022-03-31T15:03:36.7609187Z ##[debug]Correlation ID from ARM api call response : 6bf77192-c72e-403b-817d-0fba1c541c6f 2022-03-31T15:03:36.7612884Z ##[debug]Application Insights is not configured for the App Service. Skipping adding release annotation. 2022-03-31T15:03:36.7617811Z ##[debug]build.sourceVersionAuthor=undefined 2022-03-31T15:03:36.7619434Z ##[debug]build.requestedfor=pallab chakraborty 2022-03-31T15:03:36.7622775Z ##[debug]build.buildUri=vstfs:///Build/Build/271 2022-03-31T15:03:36.7624749Z ##[debug]release.releaseUri=vstfs:///ReleaseManagement/Release/25 2022-03-31T15:03:36.7636083Z ##[debug]build.buildId=271 2022-03-31T15:03:36.7637610Z ##[debug]release.releaseId=25 2022-03-31T15:03:36.7641374Z ##[debug]build.buildNumber=20220330.13 2022-03-31T15:03:36.7642947Z ##[debug]release.releaseName=Release-25 2022-03-31T15:03:36.7644795Z ##[debug]system.TeamFoundationCollectionUri=https://dev.azure.com/pallabcd/ 2022-03-31T15:03:36.7646200Z ##[debug]system.teamProjectId=bb543cf6-d05b-49d2-886e-3af49cf9a2bf 2022-03-31T15:03:36.7647127Z ##[debug]build.sourceVersion=5275dea6f8251f6cbf6908716ed090c98db73281 2022-03-31T15:03:36.7647985Z ##[debug]build.repository.name=Terraform 2022-03-31T15:03:36.7649300Z ##[debug]build.repository.provider=TfsGit 2022-03-31T15:03:36.7651067Z ##[debug]build.buildUri=vstfs:///Build/Build/271 2022-03-31T15:03:36.7651956Z ##[debug]release.releaseUri=vstfs:///ReleaseManagement/Release/25 2022-03-31T15:03:36.7652740Z ##[debug]build.buildId=271 2022-03-31T15:03:36.7653433Z ##[debug]release.releaseId=25 2022-03-31T15:03:36.7654156Z ##[debug]build.buildNumber=20220330.13 2022-03-31T15:03:36.7655206Z ##[debug]release.releaseName=Release-25 2022-03-31T15:03:36.7659443Z ##[debug]system.TeamFoundationCollectionUri=https://dev.azure.com/pallabcd/ 2022-03-31T15:03:36.7671101Z ##[debug]system.teamProjectId=bb543cf6-d05b-49d2-886e-3af49cf9a2bf 2022-03-31T15:03:36.7676803Z ##[debug]build.sourceVersion=5275dea6f8251f6cbf6908716ed090c98db73281 2022-03-31T15:03:36.7677767Z ##[debug]build.repository.name=Terraform 2022-03-31T15:03:36.7678526Z ##[debug]build.repository.provider=TfsGit 2022-03-31T15:03:36.7683654Z ##[debug][PUT]https://$pulterraformwebac57fcbd:***@pulterraformwebac57fcbd.scm.azurewebsites.net/api/deployments/251648739016762 2022-03-31T15:03:37.9184125Z ##[debug]loaded affinity cookie ["ARRAffinity=79e06db539acb57119e709978d2cf1da299e8341753d6f6345007fcab3f69bc5;Path=/;HttpOnly;Secure;Domain=pulterraformwebac57fcbd.scm.azurewebsites.net","ARRAffinitySameSite=79e06db539acb57119e709978d2cf1da299e8341753d6f6345007fcab3f69bc5;Path=/;HttpOnly;SameSite=None;Secure;Domain=pulterraformwebac57fcbd.scm.azurewebsites.net"] 2022-03-31T15:03:37.9193424Z ##[debug]updateDeployment. Data: {"statusCode":200,"statusMessage":"OK","headers":{"cache-control":"no-cache","pragma":"no-cache","content-length":"997","content-type":"application/json; charset=utf-8","expires":"-1","server":"Microsoft-IIS/10.0","x-ms-request-id":"6c603899-7a38-4e99-94ea-677c34c3afe7","x-aspnet-version":"4.0.30319","x-powered-by":"ASP.NET","set-cookie":["ARRAffinity=79e06db539acb57119e709978d2cf1da299e8341753d6f6345007fcab3f69bc5;Path=/;HttpOnly;Secure;Domain=pulterraformwebac57fcbd.scm.azurewebsites.net","ARRAffinitySameSite=79e06db539acb57119e709978d2cf1da299e8341753d6f6345007fcab3f69bc5;Path=/;HttpOnly;SameSite=None;Secure;Domain=pulterraformwebac57fcbd.scm.azurewebsites.net"],"date":"Thu, 31 Mar 2022 15:03:37 GMT","connection":"close"},"body":{"id":"251648739016762","status":4,"status_text":null,"author_email":null,"author":"pallab chakraborty","deployer":"VSTS","message":"{\"type\":\"Deployment\",\"commitId\":\"5275dea6f8251f6cbf6908716ed090c98db73281\",\"buildId\":\"271\",\"releaseId\":\"25\",\"buildNumber\":\"20220330.13\",\"releaseName\":\"Release-25\",\"repoProvider\":\"TfsGit\",\"repoName\":\"Terraform\",\"collectionUrl\":\"https://dev.azure.com/pallabcd/\",\"teamProject\":\"bb543cf6-d05b-49d2-886e-3af49cf9a2bf\",\"slotName\":\"production\"}","progress":null,"received_time":"0001-01-01T00:00:00","start_time":"2022-03-31T15:03:37.5982194Z","end_time":"2022-03-31T15:03:37.5982194Z","last_success_end_time":null,"complete":false,"active":true,"is_temp":false,"is_readonly":false,"url":"https://pulterraformwebac57fcbd.scm.azurewebsites.net/api/deployments/251648739016762","log_url":"https://pulterraformwebac57fcbd.scm.azurewebsites.net/api/deployments/251648739016762/log","site_name":null,"provisioningState":"Succeeded"}} 2022-03-31T15:03:37.9228595Z Successfully updated deployment History at https://pulterraformwebac57fcbd.scm.azurewebsites.net/api/deployments/251648739016762 2022-03-31T15:03:37.9538509Z ##[section]Finishing: Azure App Service Deploy: pulterraformwebac57fcbd

sriramdasbalaji commented 2 years ago

Hi,

I tried the same, it worked for me. I will update the DemoGenerator template with .net core install task. Closing this issue for now.

Thanks