Share via

Azure ARM template validation in DevOps

Alban Ngoune 21 Reputation points
2021-10-21T15:17:59.82+00:00

Hello,

I am looking for a way to define Azure ARM template validation in DevOps based on my company's recommendations.

In this particular case, what we want to enforce is that

-httpsOnly must be set to "true" if it is set
-minTlsVersion must be set to "1.2" if it is set
-ftpsState: must be set to "FtpsOnly" if defined.

Therefore, all builds that do not meet these requirements must fail.
Please, how can I acquire this?

Thank you.

Azure Batch
Azure Batch

An Azure service that provides cloud-scale job scheduling and compute management.

0 comments No comments

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,862 Reputation points Microsoft Employee Moderator
    2021-10-22T01:37:54.897+00:00

    Azure DevOps is currently not supported on Microsoft Q&A.

    The Azure DevOps team and community are active and answering questions on https://developercommunity.visualstudio.com/spaces/21/index.html
    Please post your question there and experts will help you out.

    You can also ask for help here : https://stackoverflow.com/questions/tagged/azure-devops.

    Thanks

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.