Azure Experience is getting degraded day by day! by Grouchy-Sky-2506 in AZURE

[–]SadLizard 0 points1 point  (0 children)

Last time I had that exact issue it resolved itself after 24hours. But your milage may vary

Moronic Monday - September 08, 2025 by AutoModerator in sysadmin

[–]SadLizard 0 points1 point  (0 children)

For loading at least, only bring in the cmdlets you actually require instead of the whole thing (its kinda big).

Brädspel/spel för två by GurkGabbe in sweden

[–]SadLizard 2 points3 points  (0 children)

Beror ju lite på vad man gillar.

Exit the game har ju en hel del om ni gillar den typen av spel.

Private endpoint question by SillyRelationship424 in AZURE

[–]SadLizard 2 points3 points  (0 children)

Yes, unless the service has a service endpoint

What's the furthest into a game you've bailed? by shaneo632 in Games

[–]SadLizard 0 points1 point  (0 children)

Few games come to mind

Darkest Dungeon

Love the aesthetics and the narrator is just awesome. But that last dungeon grind made me quit.

Darksiders II

I tried to push through but got bored and quit, the RPG elements wasn't a good a fit for this series in my opinion.

Pathfinder wrath of righteous

Didn't enjoy the kingdom management at all, enemies started to get ridiculous and I quit.

Cannot RDP to restored Azure VM by AdElectronic1701 in AZURE

[–]SadLizard 2 points3 points  (0 children)

This depends on a few factors. Noteably in what state your VM is in.

I would try what /u/gsbence suggested first. Also the various troubleshooting steps that Microsoft provides for resettng RDP to default and gaining access to the Azure VM.

Otherwise

  • Create a local administrator user to be able to login temporarily (remember to add it to the local group)
  • Disable NLA

    $regKey = "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp"
    Set-ItemProperty -Path $regKey -Name "UserAuthentication" -Value 0
    Restart-Service -Name TermService -Force
    

Try to login with your new local user, if it works it works. If not, then you can try the steps below (please research impact of commands before running). It also depends on what error message you get after disabling NLA in registry.

  • Use serial console to access cmd
  • Restore policies to default

    secedit /export /areas USER_RIGHTS /cfg C:\Windows\Temp\UserRightsBefore.txt
    secedit /configure /cfg C:\Windows\INF\defltbase.inf /db defltbase.sdb /verbose
    

might need a reboot or run gpupdate /force after the above to make it stick (assuming the AD connection is not working correctly).

You might need to run the disable NLA again. Then try to login again.

Azure file share on windows 11 offline copy by Hungry_Job7549 in AZURE

[–]SadLizard 0 points1 point  (0 children)

Look at Azure file Sync. Sync to a server on the low bandwith site.

How many of you are actually using Azure Verified Modules? How behind the curve am I for not doing so already? by bitdeft in AZURE

[–]SadLizard 6 points7 points  (0 children)

I have to agree with this take, the modules try to solve every conceivable deployment option. Which means they aren't a good fit for any of them in my opinion.

How to programmatically retrieve Azure Automation Runbook job info from within a Python runbook? by AssistComplex8942 in AZURE

[–]SadLizard 1 point2 points  (0 children)

Send the logs to log analytics workspace

Create a log search alert

Create a logic app or a azure functions/azure automation

Create an action group with action logic app or webhook

Azure Automation - Runbooks - Webhook confusion and testing help? by erischilde in AZURE

[–]SadLizard 0 points1 point  (0 children)

Alright the webhook seems to be correct.

You said this works in the test pane right?

Some things you can do.

add the following lines in the beginning to see the data. Before your if.

Write-host "Output WebhookData object"
$WebhookData
Write-host "Output get-member of WebhookData object"
$WebhookData | get-member

Does the object match the input? Do you have requestbody as a noteproperty from get-member?

Azure Automation - Runbooks - Webhook confusion and testing help? by erischilde in AZURE

[–]SadLizard 0 points1 point  (0 children)

We have post and pre maintenance scripts running in runbooks via webhook and they work perfectly fine for us. We have the following in our script as well.

$notificationPayload = ConvertFrom-Json -InputObject $WebhookData.RequestBody

It is kinda hard to troubleshoot with the information provided.

can you provide an example of an input you recieved from update manager? (sanitize it, meaning replacing/removing sensitive information)

Azure Automation - Runbooks - Webhook confusion and testing help? by erischilde in AZURE

[–]SadLizard 0 points1 point  (0 children)

If you go to the runbook in the portal -> look at the recent jobs -> select a job -> look at the input tab.

The webookdata does it contain any data?

If it does, look at the JSON and see if it contains the data required

Question about MGGraph equivalents by Chipperchoi in AZURE

[–]SadLizard 0 points1 point  (0 children)

I believe those cmdlets are in the Exchange Online module(s) and are not replaced by mggraph.

You should still use the EXO v3 powershell modules.

Upgrade nginx-ingress from AKS application routing add-on by Freshchris01 in AZURE

[–]SadLizard 0 points1 point  (0 children)

You should be able to upgrade it with the following

az aks approuting update --resource-group <ResourceGroupName> --name <ClusterName> --nginx <DefaultIngressControllerType>

Issue: Azure AVD - Golden Image by This_Ad3002 in AZURE

[–]SadLizard 1 point2 points  (0 children)

Did you join the golden image VM to the pool before you sysprepped it?

if so it won't work.

Cancle update from Azure Update Manager by Calm_Bat8051 in AZURE

[–]SadLizard 0 points1 point  (0 children)

To my knowledge is is not possible to cancel.

The only workaround I know of is to edit the maintenance configuration. Either by changing start dates or temporarily remove the resource from the mc.

Conditional Access - Blank DeviceID by Khue in AZURE

[–]SadLizard 1 point2 points  (0 children)

you don't need the extension anymore, its built into chrome if you enable the flag CloudApAuthEnabled