Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nebula18704yif 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
-
OMGitsOLE44y@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.
-
nebula18704yoh 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) -
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 -
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)
Is it just me or does anyone else struggle with syncing code with azure? Fml
question