Blog Posts with tag "Azure"

Automatically discover tools for Azure OpenAI Realtime API

Automatically discover tools for Azure OpenAI Realtime API

Azure now provides a unified Realtime API for low‑latency, multimodal conversations over WebRTC or WebSockets. If you’ve used the earlier preview versions (for example the GPT‑4o realtime preview), the new generation model is simply called gpt-realtime and the API follows the same event-driven pattern: you open a session, configure defaults via session.update, stream input, and receive streaming output (text, function calls, audio, etc.).

Read Blog Post
Automatically deploy GPT-4.1 Mini in Azure OpenAI via Bicep

Automatically deploy GPT-4.1 Mini in Azure OpenAI via Bicep

The official Microsoft documentation on deploying Azure OpenAI models is generally helpful, but specific examples are often still missing, especially for new models such as gpt-4.1-mini and newer SKU types such as DataZoneStandard. Anyone who wants to provide a current model such as the gpt-4.1-mini programmatically is therefore quickly faced with unanswered questions.

Read Blog Post
Serve a SPA like Angular or React on Azure App Service for Linux

Serve a SPA like Angular or React on Azure App Service for Linux

In many scenarios it can make sense to host single page applications via an Azure Web App, for example if you have many small applications - then the Static Web App will simply be more expensive. Likewise, it can be very convenient to host a Single Page Application on Web Apps if you have the App Service Plan anyway because you run multiple APIs with it.

Read Blog Post
Was ist Azure Static Web Apps?

Was ist Azure Static Web Apps?

An der Microsoft Build 2020 hat Microsoft seinen neuen Dienst Azure Static Web Apps vorgestellt.

Auch wenn die Bezeichnung Static Web Apps zunächst etwas kurios wirkt, geht es durchaus um dynamische Anwendungen - jedoch vor allem um das statische Ausliefern solcher Web Apps, wie sie zum Beispiel Angular, React oder andere Single Page und Progressive Web Apps darstellen.

Read Blog Post
Setting up an Azure IoT Hub

Setting up an Azure IoT Hub

The Azure IoT Hub is a highly scalable, secure platform for the bidirectional communication of devices and software components in the sense of IoT - both in the area of industrial IoT (IIoT) and in the simple IoT for devices. In addition to device communication, the Azure IoT Hub can also provide device provisioning.

Read Blog Post
Upload to Azure Storage with PHP

Upload to Azure Storage with PHP

I had the wonderful task to change a 20 year old PHP software during a Lift-and-Shift migration to Azure, so that it doesn’t store files directly in the web folder anymore, but uploads them to an Azure Blob Storage.

Read Blog Post
Azure Saturday 2018: Keynote by Donovan Brown

Azure Saturday 2018: Keynote by Donovan Brown

Yesterday we had the Azure Saturday 2018.

Enjoy the Keynote Enterprise transformation (and you can too) by Donovan Brown:

Azure Saturday

Azure Saturday Munich is a free community-focused Azure event dedicated to educating and engaging members of the local technical community. Azure Saturday draws upon the expertise of local Azure IT professionals, developers and solutions architects who come together to share their real world experiences, lessons learned, best practices, and general knowledge with other like-minded individuals.

Read Blog Post