Giter VIP home page Giter VIP logo

Comments (8)

almenscorner avatar almenscorner commented on July 18, 2024 1

@aaronparker wrote a great blog post on that which you can find here: https://stealthpuppy.com/automate-intune-documentation-azure/

Let me know if you need additional help!

from intunecd.

almenscorner avatar almenscorner commented on July 18, 2024

Hi,

Try the solution provided here: #51 (comment)

from intunecd.

almenscorner avatar almenscorner commented on July 18, 2024

Hi,

Did the above solution work for you?

from intunecd.

Nikolara97 avatar Nikolara97 commented on July 18, 2024

from intunecd.

Nikolara97 avatar Nikolara97 commented on July 18, 2024

Thank you so much, I created everything from this link and it's working without issues. now I just want to configure one last pipeline for intunecd-startupdate. I saw your example, but I am not pretty sure can it work or is it working like I am thinking. If I am not wrong, if I clone whole backup in local and for example, I change just one configuration for something, push those updates back to AzureDevops and run your example pipeline for intune-startupdate will this push those changes to Intune?

image

I am curious how pipeline knows from where to push those changes... Or if you have some sample pipeline that can do what I have mention above would be really awesome.

Thanks

from intunecd.

almenscorner avatar almenscorner commented on July 18, 2024

What you can do is to add this to the pipeline at the top,

trigger:
 branches:
  include:
    - main

This will ensure that whenever a push is made to the main branch, the pipeline will run.

So, if you clone the Git repo locally, change a value, commit it and push to main, the pipeline will run and update the configuration in Intune with the new value.

What happens when IntuneCD-startupdate runs is that it will compare the settings you have in the Intune environment specified in the ENV vars for the pipeline to what you have in the Git repo. If the configuration in Intune differs from what is in the repo, IntuneCD will update that configuration with the new setting.

This way, the source is always the Git repo, the configurations that are there is what is in production.

from intunecd.

Nikolara97 avatar Nikolara97 commented on July 18, 2024

from intunecd.

almenscorner avatar almenscorner commented on July 18, 2024

Good to hear :)

I will go ahead and close this issue. If you have any additional questions or problem, open a new issue or create a new discussion!

from intunecd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.