Hi @Vedran Banjeglav ,
Regarding: "unless the dynamic scope is specifically configured to include them at that time" , can you please explain this ?
Means that when you create a Maintenance Configuration in Azure Update Manager and choose "All Subscriptions", it does not automatically include any future subscriptions you create after the configuration is set up.
If you do not want manually added Alternate approach is to Automate
Custom Scripting:
Create a script that periodically retrieves all subscriptions in your tenant and updates the Maintenance Configuration to include any new ones. For example:
Use az account list or Get-AzSubscription to fetch all subscriptions.
Iterate through them and assign the Maintenance Configuration dynamically.
Refer below: -
This Azure CLI command link assigns a maintenance configuration to a subscription, allowing you to filter resources by location, OS type, resource groups, resource types, and tags.
Azure Policy:
Use Azure Policy to enforce the attachment of Maintenance Configurations to resources in new subscriptions automatically. This can help ensure compliance without manual intervention.
Let me know if you need further clarification or assistance!
Feel free to reach out if you have any further questions or need additional information—I’m happy to assist!
Please provide your valuable comments
Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.