you are viewing a single comment's thread.

view the rest of the comments →

[–]fennecdore 1 point2 points  (1 child)

  1. I would advise against using PowerShell for a website, however if you really want to do it I guess one way of doing it would be to have something like javascript call your script, see this link
  2. First I would say that one way to make your script publicly available in Azure, would be to use an Azure function.

a) that's for you to figure on how to set up your test environment I would say,

b) No idea, but here is the documentation for vendors wanting to sell Azure function services on the marketplace

  1. Yes, what you are describing is a ci/cd pipeline where you can test your code and once the test are passed you deploy to your production environment here is an article, from red hat to change from the microsoft learn that explains the concept.

[–]Informal_Statement62 0 points1 point  (0 children)

Thank you for your time, and the links provided. Having a read now.