2

Is it just me or does anyone else struggle with syncing code with azure? Fml

Comments
  • 0
    if it is a function then yes. what worked is shutting the function down in azure and then push a new version. do not forget to start it after push
  • 0
    @nebula its telling me that I cannot reach the server I am trying to push to or fetch from. I'm not used to the MS tech stack as I work with open source and use gitlab as a source of vc. I have tried to connect countless times and but no luck.
  • 0
    oh do you mean azure devops?
    if you can not reach the server than it may well be that either your pc really can't reach the existing server (maybe proxy idk) or your git origin is set falsely (you try to reach a server which does not exist)
  • 0
    @nebula yea that makes sense except I pushed to it yesterday but today I can't
  • 0
    This question is so generic and there can be so many factors at play that it is hard to come to a conculsive answer

    Can you reach AzDo in the browser
  • 0
    @alexbrooklyn yea I can reach it
  • 0
    In what context ?

    I have WebApp, Azure functions, Other tyopes of webapps

    Everything is synced with a single button. (Extra button for PROD apps for hot swipe)
Add Comment