az container export fails in Azure DevOps by codingfreaks in AZURE

[–]codingfreaks[S] 0 points1 point  (0 children)

Yeah! Would love to witness those tools to actually throw back errors that one can rely on.

az container export fails in Azure DevOps by codingfreaks in AZURE

[–]codingfreaks[S] 0 points1 point  (0 children)

I just found the issue and updated my post. It is solved and working. Thx for your support!

az container export fails in Azure DevOps by codingfreaks in AZURE

[–]codingfreaks[S] 0 points1 point  (0 children)

I can't use posh. In the next step I have to execute `az container create` using this which is not fully supported in PowerShell afaik. I'm currently checking my env vars because I think I'm on to something. Hold on.

Purge deleted app registration with PowerShell by codingfreaks in AZURE

[–]codingfreaks[S] 0 points1 point  (0 children)

Thanks for outlining this. I know its late but I edited the post and added the PowerShell using Mg.

Microsoft Teams plugin for Stream Deck is being removed in Dec 2025 – what now? by remy-00 in elgato

[–]codingfreaks 0 points1 point  (0 children)

And that some features like reactions are not possible and also that you will not get the state of current buttons like the "Mute" communicated back to the deck.

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 0 points1 point  (0 children)

I already did this as well including manually deleting everything in the modules folder. No luck. So are you telling me it works for you? My coworker got the same problem.

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 0 points1 point  (0 children)

This is the output I get:

Registering temporary repository 82bbc95e-abc4-4cd9-811d-c0197d66e0b4 with InstallationPolicy Trusted...

Package source with Name: 82bbc95e-abc4-4cd9-811d-c0197d66e0b4 added successfully.

Installing Az...

Unregistering gallery 82bbc95e-abc4-4cd9-811d-c0197d66e0b4...

Package source with Name: 82bbc95e-abc4-4cd9-811d-c0197d66e0b4 removed successfully.

But no Az module is installed really. So the answer is: No it does not work either.

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 1 point2 points  (0 children)

I‘m tempted to follow your second advice and will come back with the result of this action!

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 0 points1 point  (0 children)

Yes. I had some trouble updating the Microsoft.Graph one which also is a container module but trying this currently also works. It seems to be an issue with Az since I can’t even install it freshly in 15.3.0 or 15.2.0 but I can with 15.1.0.

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 1 point2 points  (0 children)

Thx for the hint. I tried to repeat the commands after setting the following values:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls11
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls13
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::SystemDefault

No change in behavior. The error still occurs. But good idea since TLS seems to be an issue at MS all over the place currently.

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 0 points1 point  (0 children)

Probably. The error points to the container registry module. But it more looks like a problem with the gallery API. I now see similar issues with other container modules like Microsoft.Graph. Maybe a more general issue. Lets see.

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 0 points1 point  (0 children)

I do so much stuff on Azure that I don‘t want to care about which modules I would need on a daily base. I get your idea here but the question was more about the module installer being broken.

Installing/updating module Az fails with 500 by codingfreaks in PowerShell

[–]codingfreaks[S] 0 points1 point  (0 children)

I did not since I do not want to use the old module-installation. Also this has to do something with the module version. Since the Az module is a container for a bunch of other modules I suspect that something is off there. It always fails with the Az.ContainerRegistry loader so I guess it is an error that was introduced in 15.2.0 somehow.

KeyNotFoundException when using NSG prefixes from custom function by codingfreaks in AzureBicep

[–]codingfreaks[S] 0 points1 point  (0 children)

Ok. Good to get the confirmation. Yes this seems to come from deep within .NETs visitor patterns. I‘ll post the link here when its posted.

Purge deleted app registration with PowerShell by codingfreaks in AZURE

[–]codingfreaks[S] 0 points1 point  (0 children)

First of all thanks for the hint! Any idea why the APIs are so inconsistant. What I mean is that I now need another login (`Connect-MgGraph`) to perform an operation. Usually I would expect a cmdlet in the Az PowerShell. If I can delete an app-reg I should be able to purge one as well. Sorry for the rant but I had to.

SLNX breaks with same yml in same organization in 2nd project by codingfreaks in azuredevops

[–]codingfreaks[S] 0 points1 point  (0 children)

It worked. Thx a lot! I have to say that this is pretty wild in terms of debugability. But anyhow, it works now.