🚀Launch Week 08, April 14th - 18th, 2025🚀
Mods
Azure

Policy: Azure > Compute > Virtual Machine > Approved > Image > Trusted Publishers

A list of publishers whose Images are allowed to be used to launch virtual machines. Images from publishers not listed are not allowed.

Targets

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Schema Type
array
Default template
{% if $.imageTrustedPublishers.path | length == 0 %} [] {% endif %}{% for item in $.imageTrustedPublishers.path %}- {{ item }}
{% endfor %}
Default template input
- |
{
item: subscription {
turbot {
id
}
}
}
- |
{
imageTrustedPublishers: policyValue(resourceId:"{{ $.item.turbot.id }}" uri:"tmod:@turbot/azure-compute#/policy/types/imageTrustedPublishers") {
path: value
}
}

Category

In Your Workspace

Developers