dustinrue, to AWS
@dustinrue@chateaude.luxe avatar

On #aws I can my aws config file where I can define accounts as profiles I can easily switch. Is there an equivalent system for #azure?

waldi, to azure German
@waldi@chaos.social avatar

Die #Cloud ist kaputt. #Azure möchte eine VM nicht mehr starten. Muss ich mal wieder ne Weile warten, dann geht es irgendwann wieder.

aleksimanninen, to azure

Year 2024. still causes issues to .
Noticed that data sent to via during 29th was logged with TimeReceived as 1st of March. Issue doesn’t happen if you use old / agent.

royalapps, to devops

🎉 We just released a new version of Royal TS for Windows 🔥

👀 Check out what's new: https://www.royalapps.com/go/kb-ts-win-v7-releasenotes
👉 Download link: https://royalapps.com/ts/win/download

dustinrue, to random
@dustinrue@chateaude.luxe avatar

Azure, what are you doing?

The Kubernetes Cluster is running version "1.27.1".

The supported Orchestrator Versions for this Node Pool/supported by this Kubernetes Cluster are:

  • 1.26.12
  • 1.26.10
dustinrue,
@dustinrue@chateaude.luxe avatar

I just can't with #Azure. I'm not allowed to upgrade the node pool from 1.26 to 1.27 because Kube version 1.27 is no longer supported. But the system is otherwise cool with me creating an even older node pool.

derthomas, to azure
@derthomas@metalhead.club avatar

I know that Microsoft had a rather controversial reputation but in general they did a good job with #Azure.
But sometimes it can be so tedious. I was lazy and wanted to click deploy an Application Gateway for testing purposes, which failed 3 times because of some error that wasn't really explained.

In the end I wrote and deployed everything with #Terraform and it just worked.
Not to self: do it properly right from the start.

pg_at_msft, to PostgreSQL

Hello 👋 We'll be sharing updates from the team 🐘 at Microsoft here, including our open source contributions to the Postgres database core—plus our work on the Azure Database for PostgreSQL managed service. And more!

✅ If you missed this 📝 blog post on what's new with Postgres at Microsoft by @clairegiordano, it's still quite current & gives a good overview

https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/what-s-new-with-postgres-at-microsoft-august-2023/ba-p/3914506

governa, to azure
@governa@fosstodon.org avatar
governa, to azure
@governa@fosstodon.org avatar
mapache, to fediverse
@mapache@hachyderm.io avatar

Part 3 of "A Guide to Implementing ActivityPub in a Static Site (or Any Website)" is just out the oven!

In this blog post, I explain how to make your blog discoverable in the Fediverse as an account, and also address some of the annoying pitfalls I encountered.

Full article here: https://maho.dev/2024/02/a-guide-to-implementing-activitypub-in-a-static-site-or-any-website-part-3/

If you like it don't forget to follow the @blog !

-sites -development -web

dustinrue, to azure
@dustinrue@chateaude.luxe avatar

So, related to my #Azure struggles yesterday with Front Door (remains unresolved btw). One of the things I ran into was somewhere in the portal it telling me a health probe was failing. It couldn't be bothered to tell me what probe was failing or in what way, just offered a button that goes to basically nothing useful.

So I decided to simply disable all health probes but I couldn't because while the interface SAID it had disabled the probe, it was very much still active.

dustinrue, to azure
@dustinrue@chateaude.luxe avatar

Real question, any of my followers actually knowledgable about #Azure Front Door and can tell me why a high number of requests results in 400 response codes periodically.

YourAnonRiots, to azure Japanese

🛡️ Researchers uncover details of 3 vulnerabilities in #Azure HDInsight's Apache Hadoop, Kafka, and Spark services that could have allowed attackers root access and system disruption.

https://thehackernews.com/2024/02/high-severity-flaws-found-in-azure.html

#cybersecurity #infosecurity #cloudsecurity

witewulf, to IT
ljrk, to azure
@ljrk@todon.eu avatar

Jeezus, I'm completely lost w.r.t. the features of the #Azure portal now. I know I can add authentication for a Web App which yields a secret that my Web App can check for, but this still leaves said app reachable directly through the internets.

There's also the Application Gateway which provides a frontend that can reach into a virtual network, and I can simply restrict the Web App to only be available from said subnet.

Unfortunately, I cannot find any means to have the listener on this Application Gateway authenticate any requests. Also, unlike the Web App it doesn't just create an SSL certificate for me :/

bluca, to random
@bluca@fosstodon.org avatar

On the way to #FOSDEM being pampered on the #Eurostar - train beer under the sea!

bluca,
@bluca@fosstodon.org avatar

I'm doing two talks at #FOSDEM - the first one will be "Soft Reboot: keep your containers running while your image-based Linux host gets updated" in the #containers devroom on Saturday. This is similar to the same talk I gave at #ASG last autumn, but with added demos, one of which from a real #Azure Boost production system (management actually approved that!)
https://fosdem.org/2024/schedule/event/fosdem-2024-3282-soft-reboot-keep-your-containers-running-while-your-image-based-linux-host-gets-updated/

ljrk, to azure
@ljrk@todon.eu avatar

FFS #Azure

  1. The web has an API s.t. you can add filters to the file explorer for file extensions, use them!
  2. JFC if you restrict to .yml also allow .yaml
raptor, to security

I've made #MSRC’s 2023 Q4 Top #Security Researchers Leaderboard!

It was a pleasure working with @microsoft to improve the security posture of their #Azure ecosystem. Some coordinated disclosure advisories and writeups are coming, so stay tuned on the @hnsec blog.

https://msrc.microsoft.com/blog/2024/01/congratulations-to-the-top-msrc-2023-q4-security-researchers/

eris, to architecture
avuko, to CloudComputing

The Cloud Is Just Someone Else's Orchestration

mapache, to fediverse
@mapache@hachyderm.io avatar

So, I will add a very basic #ActivityPub interface to my static site with #hugo. I will follow this https://paul.kinlan.me/adding-activity-pub-to-your-static-site/ but for #Azure, which is where my site is hosted, and this is a thread in case I don't find the time to write a blog.

mapache,
@mapache@hachyderm.io avatar

The first two steps where very simple, adding the well-known and actor json, these are static and I can set the content-type in #azure #storage very easily.

mapache,
@mapache@hachyderm.io avatar

Now, I need to choose something that can answer the POST requests for the inbox. After a brief check on the pricing, I will use #Azure #Functions, which has enough free requests for now.

mapache,
@mapache@hachyderm.io avatar

While testing, I found that trying to get a record from #Azure #TableStorage that does not exists throws an exception. That let me to find this issue and spend some time reading the comments - https://github.com/Azure/azure-sdk-for-net/issues/16251 I need popcorn!

maartenballiauw, to azure
@maartenballiauw@mastodon.online avatar

If you're using the #Azure toolkit in #JetBrainsRider - we'd love some feedback on the v4.0 preview we just released - more info/discussion: https://github.com/JetBrains/azure-tools-for-intellij/discussions/777 #dotnet #AzureFunctions

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • ethstaker
  • osvaldo12
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • tacticalgear
  • cisconetworking
  • normalnudes
  • anitta
  • provamag3
  • Leos
  • lostlight
  • All magazines