PCの電源が入らなくなりました
Cosmos DB
Azure Database for MySQL
Azure Synapse Analytics
- Retirement: Azure Synapse Runtime for Apache Spark 3.1 disablement
- 29日でApache Spark 3.1のランタイムがリタイア。
Azure API Management
- Expanding GenAI Gateway Capabilities in Azure API Management
- 以前OpenAI関連でトークン制限したりするポリシーが追加されましたが今回はAzrue AI Modelで提供されるInference APIに対するLLMトークン制限ポリシーやトークンメトリクスのポリシー、セマンティックキャッシュポリシーが追加。
Azure API Center
Azure Monitor
- Operator/CRD support with Azure Monitor managed service for Prometheus is now Generally Available
- Azure Monitor managed service for PrometheusでOperator/CRDサポートがGA。
- Generally Available: Operator and CRD support with Azure Monitor managed service for Prometheus
Azure NetApp Files
- Generally Available: Azure NetApp Files cross-zone replication
- Generally Available: Azure NetApp Files zone volume placement enhancement – Populate existing volume
Microsoft Fabric
- Fabric Community Sticker Challenge 2024
- Acting on Real-Time data using custom actions with Data Activator
Power Apps
- What’s new in Power Apps: July 2024 Feature Update
- Call SQL Server procedures directly in Power Fx (GA)
Windows
- Announcing Windows 11 Insider Preview Build 22635.4010 (Beta Channel)
- Announcing Windows 11 Insider Preview Build 26120.1350 (Dev Channel)
Microsoft Dev Box
Microsoft 365
Microsoft Teams
Regions
Tools
- Go 1.22.6-1 and 1.21.13-1 Microsoft builds now available | Microsoft for Go Developers
- Azure PowerShell – Az モジュール v12.2.0 がリリースされました | 焦げlog
Documents
- Store images in Kusto and visualize them with Power BI or Azure Data Explorer Dashboards
- KustoとPower BIで保存された画像を表示させる話。
- Manage your Generative AI APIs with Azure API Management and Azure Open AI
- Building HyDE-Powered RAG Chatbots with Azure AI & Dataloop
- Measuring Differentials of Product Images in AI-generated Ads – ISE Developer Blog
- [Azure Service Bus] JMS messages getting dead-lettered
- Bridging the On-premises to Cloud Security Gap: Cloud Credentials Detection
- Azure App Service Community Standup: Integrating Datadog with Linux App Service using Sidecars
- Guidebook to reduce latency for Azure Speech-To-Text (STT) and Text-To-Speech (TTS) applications
- TTS/STTで待機時間を減らす話。コンテナーイメージを使ってエッジで動かす、ユーザーに近いリージョンを使う、ネットワークルーティングを最適化するとか。
- API的にはリアルタイムの場合はリアルタイムストリーミングする、言語指定する、Async、Fast Transcriptionなど。
- ファイルの場合はチャンクする、オーディオの再生速度を上げる、入力オーディオを圧縮する(ファイルサイズを小さくする)など。
- TTSの場合も同じようにAsyncやストリーミング、出力形式を最適化するなど。