Dec 13 2022
04:45 AM
- last edited on
Mar 05 2024
02:13 PM
by
TechCommunityAP
Dec 13 2022
04:45 AM
- last edited on
Mar 05 2024
02:13 PM
by
TechCommunityAP
Hello,
I'm dynamics 365 F&SCM developer.
We are using Azure cloud hosted environemnts as a Dev machines.
My goal is to be able to run some powershell scripts on one of those machines.
To test, I have added simple PS1 file (stop / start some services) to the version control, under my branch in devops.
The real Powershell script will be managing some SQL DB related stuff, like creating backups, restore some bak file, renaming DB, etc..
I have created new pipeline and I can see there are few options to run the powershell scripts from pipeline steps.
Which one would work for me?
How can I edit the pipeline, so I'm sure the script will be executed against my dev machine?
I could not find any good enough post to use as guide.
Any help would be appreciated
Thanks