'Windows authentication inside the Azure DevOps pipeline
I currently have a powershell script that automatically uploads a report file (*.rdl) to a SQL Server Reporting Services (SSRS) server.
I'm implementing Azure DevOps to CI/CD report files whenever a new report file is uploaded to the repository.
The above mentioned powershell script works without problems on the local machine that has passed Windows authentication on the SSRS server.
My question is, how do I get authenticated when I upload this script to my Azure devops pipeline?
In this case, is there any way to get the Azure devops pipeline to get windows authentication from the SSRS server?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
