I'm quite frustrated with Azure Functions. I have no idea how to troubleshoot if I don't get the exact error messages I need to solve that runtime error and loading error.
#Microsoft #AzureFunctions #Azure #MicrosoftAzure #AzureClodServices @azuresupport
Souveränität: EU-Kommission liebäugelt mit Ersatz von Microsofts Cloud Azure | heise online https://www.heise.de/news/Souveraenitaet-EU-Kommission-liebaeugelt-mit-Ersatz-von-Microsofts-Cloud-Azure-10454808.html #unplugUSA #DigitalSovereignty #Microsoft #MicrosoftAzure #Datenschutz #privacy
Sovereign by customer request: Microsoft significantly expands EU cloud
More data controls for the Sovereign Public Cloud, a new sovereign private cloud at the customer, local M365 – This is how EU customers should trust Microsoft.
Souverän nach Kundenwunsch: Microsoft baut EU-Cloud deutlich aus
Mehr Datenkontrollen für die Sovereign Public Cloud, eine neue souveräne Private Cloud beim Kunden, lokales M365 – so sollen EU-Kunden Microsoft vertrauen.
What distros can you run on Microsoft Azure? RHEL, Ubuntu, SUSE, and even their own distro, Azure Linux (which by the way uses bits of Fedora).
Microsoft working more closely with the Fedora Project will improve their service for your organization's Linux needs.
Technically and legally independent: How Amazon's EU cloud works
The launch is scheduled for the end of 2025: Amazon sends its sovereign EU cloud into the home straight. The new company's independent structure is now set.
Technisch und rechtlich unabhängig: So funktioniert Amazons EU-Cloud
Ende 2025 soll sie starten: Amazon schickt seine souveräne EU-Cloud auf die Zielgeraden. Jetzt steht die unabhängige Struktur der neuen Gesellschaft fest.
Azure jaz: Automatic memory and startup optimization for Java in the cloud
The new Microsoft tool for the Azure cloud aims to improve launch times for Java applications and thus reduce cloud costs.
Azure jaz: Automatische Speicher- und Startoptimierung für Java in der Cloud
Das neue Microsoft-Tool für die Azure-Cloud zielt auf bessere Startzeiten für Java-Anwendungen und soll damit die Cloud-Kosten reduzieren.
Drei Fragen und Antworten: Wie man seinen Fluchtplan aus der US-Cloud schmiedet
Die erratische US-Regierung schafft große Unsicherheit, ob man den Hyperscalern noch trauen kann. Doch worauf kommt es an beim Weg raus aus den US-Clouds?
Three questions and answers: How to forge your escape plan from the US cloud
The erratic US government is creating great uncertainty as to whether hyperscalers can still be trusted. But what is the key to getting out of the US clouds?
I’m really excited to share that Service Groups are now in public preview in Microsoft Azure! #Azure #CloudGovernance #ServiceGroups #MicrosoftAzure #CloudNative #PlatformEngineering #mvpbuzz #msbuild
Microsoft relaxes payment models for SaaS and VM tools
Microsoft allows its partners to enter into individual payment agreements for SaaS products.
Flexible Raten möglich: Microsoft lockert Zahlungsmodelle für SaaS und VM-Tools
Microsoft erlaubt seinen Partnern individuelle Zahlungsvereinbarungen für SaaS-Produkte. Davon sollen Kunden mit saisonal variablen Einnahmen profitieren.
So, why is #dotnet involved in the blame for #MicrosoftAzure CLI upload to blob storage being weird?
Due to how #dotnet computes an MD5, and returns an array of 16 bytes instead of the more common hexadecimal string (the output of `xxd -r -p` in the cautionary tale).
https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.md5?view=net-10.0#remarks
An MD5 string is 32 bytes, so #Microsoft saved 16 bytes by making it less easy to get an MD5 string... #640kEnoughForAnyone
I imagine it went down like this at the #MicrosoftAzure design meeting:
> Microsoft engineer: We should store the MD5 of the content in the blob storage database.
> Senior Microsoft engineer: Let's use #dotnet (!), and interpret the hexadecimal MD5 (with a newline!) as binary, and then base64 encode it!
They might have saved a couple of bytes... #dotnet ... ...