Skip to content

Creating a Windows Update Deployment on a Monthly Schedule #4004

Answered by brwilkinson
thepaulmacca asked this question in Q&A
Discussion options

You must be logged in to vote

I believe what you are looking for should be available with the scheduler that is part of the 'softwareUpdateConfigurations'

I have been using weekly updates that look like this.

https://github.com/brwilkinson/AzureDeploymentFramework/blob/5e1ac1fa60b751f44697286b7c59791a6b243e3b/ADF/bicep/OMS.bicep#L887

        scheduleInfo: {
            isEnabled: patchingStatus.windows
            frequency: 'Week'
            interval: 1
            advancedSchedule: {
                weekDays: [
                    'Wednesday'
                    'Thursday'
                ]
            }
        }

When referencing the api docs here:

https://docs.microsoft.com/en-us/azure/templates/microsoft.automat…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@brwilkinson
Comment options

@thepaulmacca
Comment options

@thepaulmacca
Comment options

@brwilkinson
Comment options

@thepaulmacca
Comment options

Answer selected by thepaulmacca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants