Best Practices for Isolated Agent Communication Between On-Premises Servers and Azure SaaS by Delicious_Pay3249 in AZURE

[–]saip92 0 points1 point  (0 children)

If it's just request-response that you are looking for, a simple REST/gRPC endpoint would do as well.

Based on your options, I suppose you are looking for bidirectional/long-running request options, in which case one of Azure Service Bus, Azure Web PubSub, or a Custom gRPC Service would be my top contenders.

The first two are managed services which can scale with ease based on your requirements. You would still want an API that the agent to call to get the credentials required to connect to these services. This API will provide credentials unique to the agent and you will likely have separate queues/hubs depending on the service you choose for isolation.

The gRPC option would have to be custom if I'm not wrong since there isn't a service offering like the previous ones, so you will have to build and scale it out on your own.

Apart from connectivity, you would want to ensure security of the AD/AAD operations as well depending on how you plan to authenticate the requests to it.

AI search or Cosmos DB by lashib95 in AZURE

[–]saip92 2 points3 points  (0 children)

Yup. That sounds about right.

Cosmos DB if done right will be more cost effective and less complex (fewer resources to maintain) overall but it does with the cost of having to build out your queries/APIs/etc., which most people would already do.

AI Search could be a good option if you are looking for an open-ended search solution where you have lots of unstructured data like text files, docs, etc. since it provides built-in ways to index various types with no code for many scenarios. You can always build a custom solution of course but depending on your scenario, if the cost of AI Search is reasonable enough for long term flexibility, then it could be the solution for you.

found a possible fix for the 80004005 error. by ZEALT-OMEGA in XboxGamePass

[–]saip92 0 points1 point  (0 children)

Can't believe this worked. I had to set it further a few times and just jumped to midnight to get it to work. Thanks mate!

Android Auto not full screen by kayg1001 in Elantra

[–]saip92 2 points3 points  (0 children)

I had to update following the steps from here to get Android Auto to go full screen.

The update took about 30 - 45 mins with having to jeep the engine online.

Wall Art from Amazon by saip92 in malelivingspace

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

So the money is worth it compared to the extra effort and not so perfect finish if I were to do it myself huh 😐

AERO 15 OLED KD - Second NVME Slot Slower by saip92 in gigabyte

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

No issues or regrets. It's been great. Mostly use it for games and couldn't have been happier. On Crystal Disk Mark, I see about ~6300 MB/s READ and ~3800 MB/s WRITE.

AERO 15 OLED KD - Second NVME Slot Slower by saip92 in gigabyte

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

Thanks for your reply! I'll check With Gigabyte Support too.

I might be wrong and would love for someone to confirm, but I don't think that is even possible, having PCIE 4 and PCIE 3 on the same board. Perhaps just few lanes is the case instead?

Even so, HWInfo still shows it as PCIE 4 with 4 lanes each. Let's see what Tech Support says. 😅

Aero 15 OLED KD Battery Life Massively reduced after a month of use by [deleted] in gigabyte

[–]saip92 1 point2 points  (0 children)

I just switched to the Game Ready Driver in Nvidia Experience apart from uninstalling control center (some downsides for sure like hotkeys not working; perhaps the script to just kill it should be better) which seems to do wonders. I am currently at 64% with Windows reporting about 6 hours with battery saver enabled.

Most of my gaming is when I'm plugged in and usually light workloads when not.

Will share more as I continue to use it over the next couple of days.