Restrict Azure ARM Deployment to Library templates -


is possible restrict ad user/group able deploy arm templates shared them in arm template library poweruser?

the user should have not other rights (maybe not seeing template code?) should able deploy it

any ideas?

the short answer - no.
long answer - yes, kind of.

to restrict users access microsoft.deployments provider , allow access managed application.

that allow gate users deploy pre approved templates, basically. require lot of work.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -