Andreas Strandfelt
Andreas Strandfelt
Experiencing the same issue on a selfhosted Windows machine agent. Script: ```powershell az devops login --organization https://dev.azure.com/OrganizationName $sourceDirectory = "$(Build.SourcesDirectory)" $version = (Get-Item "$sourceDirectory\Program.exe").VersionInfo.FileVersion $buildId = "$(Build.BuildID)" az pipelines runs...
Experiencing this as well. Any updates? @athinanthny
I have the same issue. Did any of you have some luck with a workaround?
Actually, I might have been mistaken about the Docker networking and ambiguous in my wording. I don't want to expose ports in my container to my host. I would like...
@darobs So if I have a use case where I have some server (e.g. OPC UA) running as a module on the edgeHub network, and another server running on the...
@justinyoo I see you were the latest active MS staff in here. Any chance you could look at this? This project is failing for .NET 8 projects.
How about you @kendaleiv, can you help get this reviewed?
Is this just laying around? There are multiple issues with hub-spoke peering reported here [here](https://github.com/Azure/arm-template-whatif/issues) that would be fixed by this PR @jtracey93
@satvu We are experiencing this issue as well. What are the implications of setting `WEBSITE_FUNCTIONS_ARMCACHE_ENABLED=0`? We have 200+ functions apps running in production. It feels kind of wrong to be...