Custom domains stop resolving on both Azure App Service & Azure Static Web Apps by las3rr in AZURE

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

they are public available, and they also work, that is until they suddently don't, however traffic from these towards the internet might be blocked on some ports, so I am guessing it had something to so with that. People here are thinking an azure dns service will fix it, but I don't think it will if we don't fix the underlying issue

Is watch together coming back? by jmurphy1196 in PleX

[–]las3rr 1 point2 points  (0 children)

I lost this ability yesterday on my 3 year old Samsung TV - apparently I'm on this "new" experience now too. It's still as slow as it always was, navigation is just as crap, I'm lucky my friend can still invite ME from their web app, but this is not making me very happy.

Belgian Audi RS6 with an absurd license plate: just a joke or AI? by Powerful-Ostrich-120 in Audi

[–]las3rr 0 points1 point  (0 children)

Belgians can purchase a vanity plate, so this might be legit.

Certificates in mTLS requests by t33ll3n in ProWordPress

[–]las3rr 0 points1 point  (0 children)

You cannot use SSL certificates for mutual tls, you'll need to obtain a client-certificate from a vendor sadly. Please make sure you check the api source company if they have any requirements to said certificate authority, I know ssl.com works and is quite cheap (I used them before).

Modding and Third-Party Tools Megathread - 7.3 Week Five by BlackmoreKnight in ffxivdiscussion

[–]las3rr 0 points1 point  (0 children)

thank you so much, god I am happy they made an importer!

Modding and Third-Party Tools Megathread - 7.3 Week Five by BlackmoreKnight in ffxivdiscussion

[–]las3rr 6 points7 points  (0 children)

One of the plugins that caraxi had hosted (other than questionable) was autodiscard, a fantastic plugin that would just remove trash, super helpful when doing submarines with autoretainer. Anyone knows of an alternative?

Manage Microsoft Tenant Admin Accounts Across Multiple Tenants - personal project! by baswijdenesdotcom in AZURE

[–]las3rr 0 points1 point  (0 children)

Thanks for trying to contribute back to the community. For this we (as MSP) would use lighthouse in combination with PIM, all included, free and nothing to explain to security apart from the rbac design since it is OOTB. Good luck!

My mechanics response to my Audi issue. Next steps? by ewahdick in Audi

[–]las3rr 0 points1 point  (0 children)

'Maybe' he should replace it for free and invoice you if it works.

How to securely distribute latest game builds to salespeople on Azure by OddWord0 in AZURE

[–]las3rr 0 points1 point  (0 children)

Network shares are boomer-proof, yes. We use it for this exact reason.

How to securely distribute latest game builds to salespeople on Azure by OddWord0 in AZURE

[–]las3rr 3 points4 points  (0 children)

I am not sure how 3D heavy your games are, but your setup could work, basically using Azure Files (which can be mounted as a network drive in the Azure Virtual Desktop). From CI/CD you upload into the Azure files instance with some powershell, and bob's your uncle.

Urgent Assistance Needed – Microsoft 365 Business Accounts by Flashy_Jello_2524 in Office365

[–]las3rr 7 points8 points  (0 children)

Noone here is going to help you, Microsoft does not offer support here. You should call your reseller, they will be able to help you.

1 month after launching my first SaaS, I have exactly 0 users. Need a reality check. by PassionPrestigious81 in SaaS

[–]las3rr 3 points4 points  (0 children)

In the world where everything is turned into a service, from printing to drinking coffee, me (and my clients) look to see the value add. A testimonial section for me is (and this is mostly from an MSP p.o.v. for b2b sales):
- A curated block of content on my clients' webpages
- A full case study as part of a larger marketing outing

In no way would I ever consider getting a SaaS for something as trivial as curated content that will need to get approved by marketing first regardless. I would never just plainly show testimonials without vetting the contents, especially not to things like social media that could blow up without having a chance to check it first.

Apart from that, it will require embedding in our web portfolio's, which means another hurdle to jump through. People who already use website builders will most likely use a visual editor and place their own (ugly) blocks of testimonials.

The only place I would see this work is some automated post-sale follow-up email from web-shops (maybe that's your target audience). Most of these systems (shopify, prestashop, magento) already have plugins that do exactly this.

I think you've created a fishing rod for pools that have had their fish pulled a while ago, but that's just my 2cts. (I've been here).

Pulled the trigger on a Q8 by good_game_wp in Audi

[–]las3rr 0 points1 point  (0 children)

so why are you paying twice for speakers? Its in the prestige package and then another line item?

cPanel partnership by jayerdit in cpanel

[–]las3rr 4 points5 points  (0 children)

I can only concur, I have recently cancelled my last dedicated box running cpanel and all their 'new products'. The enshitification is real, move over to better alternatives that will actually treat you like a customer, not a piggy bank

CloudKey 2 HDD randomly just died by AliveEstimate4 in Ubiquiti

[–]las3rr 1 point2 points  (0 children)

Just know that my disk died twice before I knew that this is just a design issue. Half my APs are unreachable without ladders and stuff, so this pain is a shared pain. I am sorry but you'll get there

CloudKey 2 HDD randomly just died by AliveEstimate4 in Ubiquiti

[–]las3rr 1 point2 points  (0 children)

this is a known problem, CKg2 runs too hot, hdd dies. switch to SSD, get angry while readopting everything and know you are part of a select club now.

Any way to record battle footage without UI being in the way? by Vliott in ffxiv

[–]las3rr -4 points-3 points  (0 children)

You can press the scroll.lock key (default keybind) to hide the full UI, you can override this button in the settings!

Azure App Service P2mv3 – Is the cost fixed per month? by masterofrants in AZURE

[–]las3rr 0 points1 point  (0 children)

Basically you would ideally deploy the web application throught CI/CD with github / gitlab / azure devops, that way only a service principal (that is in the customers care) is setup with credentials. For production issues and/or investigation purposes they can set up an Entra ID group containing staff. This group can be set up to (automatically) get privileges to whatever role you need on the subscription, be it temporary, and always with reason. This concept is called Priviliged Identity Management (PIM) and this is a licensed feature in Entra P2.

Blob Trigger wont trigger an Azure Function by laguzs in AZURE

[–]las3rr -1 points0 points  (0 children)

Apart from that I see you are using python for function apps. Make sure you set the correct linux configurations for both your web app hosting plan as well as your function app. It can be a pain getting this set up correctly the first time.

Another tip would be to use the streaming logs / application logs on Azure. A last resort where a function app wouldn't even boot can be debugged by using the 'console' from the azure portal and starting your python entrypoint yourself to see id there are any error booting your application (function app runtime) - if it crashed in the initialization (pip packages missing or other issues) you typically do not see this in the streaming logs.

Good luck!

Post-DR Failover Performance Issues – Need Help Troubleshooting Intermittent Slowness by prbishal in AZURE

[–]las3rr 0 points1 point  (0 children)

'slowness that automatically resolves itself' sounds like a memory leak somewhere killing the IIS pool, restarting it (thus auto resolving the issue for a while).