Boostしよう、そうしよう
Azure Functions
- Public preview: Support for Python 3.11 in Azure Functions
- Python 3.11サポートがPreview。
Azure App Service
- What’s new for Windows Containers on Azure App Service?
- App Service上のWindows Containers関連。
- Windows ContainersのPmv3対応(P0v3は未サポート)
- Windows Server 2022/Windows Server 2019のベースOS利用サポート
- Key Vaultを使ったシークレット管理
- Managed Identitiesを使ったAzure Container Registryからのイメージプル
- Windows Nano Serverの機能強化
- タイムゾーン設定のサポート
- などなど。もっとたくさんあるらしいけど近日公開。
Azure Static Web Apps
Azure Kubernetes Service
- Public preview: Bring your own key on Ephemeral OS disk for AKS
- 顧客管理キー使ったEphemeral OS diskのAKSサポートがPreview。
- Public preview: Network observability add-on for AKS
Virtual Machines
- The Classic VMs retirement deadline is now September 6, 2023
- クラシックVMは9月6日までにARMへ移行しましょう。
- Preview: Azure Boost
- AzureBoostがPrivate Preview。インフライノベーションの1つ。従来のハイパーバイザーとホストOSで実行されていた仮想化プロセスを、専用ハードウェア(ネットワーク、ストレージ、ホスト管理なども)とソフトウェアにオフロードする新しいシステムらしいです。
- ホストのインフラから分離することでネットワークパフォーマンスの向上、セキュリティの向上、将来的なAzureのソフトウェアやハードウェア更新に対するメンテナンス影響の軽減などが得られる。
- 具体的には200Gbpsのネットワークスループット、最大10Gbps・400K IOPSのリモートストレージスループットが実現できます。
- ネットワークアダプターはMicrosoft Azure Network Adapter(MANA)というのらしい。
- Microsoft Azure Network Adapter (MANA) overview | Microsoft Learn
- ストレージもデータプレーン操作は専用チップ化してCPUからオフロードしてる。(FungibleのDPU関連してそうな…そういうの見かけたような)
- あとSoCもあるみたい。(MANAやらまとめたSoCかな)
- Introducing Microsoft Azure Boost Preview
- マイクロソフト「Azure Boost」発表。AWS Nitroのように専用SoCへ仮想化処理などをオフロード、より高性能なクラウド基盤提供へ - Publickey
Azure SQL
Application Gateway
- Public preview: Azure Application Gateway for Containers
- Application Gateway for ContainersがPreview。SKUとしてはAzure Application Gatewayの新しいSKUでv1、v2に続いてApplication Gateway for Containersがあるという感じです。
- AKSのApplication Gateway+Application Gateway Ingress Controller(AGIC)の進化版みたいな感じらしい。
- What is Application Gateway for Containers? (preview) | Microsoft Learn
Azure API Management
- Public Preview: OData API type in Azure API Management
- OData API型のAPIサポートがPreview。ODataサービスをAPIとしてインポートしたり、OData固有のポリシーを要求・検証したり。
- OData API を Azure API Management にインポートする | Microsoft Learn
Azure AI services / Cognitive Services
- Speech-to-text REST API v3.0 will be retired by 31 March 2026.
- Speech To Text REST API v3.0が2026年3末でリタイア。v3.1が最新です。
- そういえばCognitive ServicesとAzure Applied AIはAzure AI services に移動したんですよね。
- What are Azure AI services? – Azure AI services | Microsoft Learn

- たとえばVideo Indexerとか Custom Visionとかは Azure AI Video Indexer, Azure AI Custom Visionみたいになります。
- Azure OpenAI ServiceとAzure Cognitive Searchはそのまま。
- Azure AI配下のAPIやサービスをまとめてあらわすときはAzure AI services。
Azure OpenAI Service
- Function calling is now available in Azure OpenAI Service
- Function callingがきましたね。
- Azure OpenAI に Function calling が来たので .NET SDK で動作確認してみた
- Azure Open AIでFunction Callingを使う!
Azure DevOps
Azure Labs Services
- Use labs without registering/joining to AD/AAD
- ラボVMをADに登録やAAD Joinさせないことが推奨らしいです。
Azure Monitor
Power BI
Power Apps
Power Automate
Microsoft Purview
- Grant users access to data assets through the Microsoft Purview policies API
- Become a Microsoft Purview Data Lifecycle and Records Management Ninja
Microsoft Fabric
- Lakehouse Sharing and Access Permission Management
- Data Pipelines Tutorial: Ingest files into a Lakehouse from a REST API with pagination ft. AVEVA Data Hub
- Construct a data analytics workflow with a Fabric Data Factory data pipeline
- Connecting to OneLake
- Stream Real-time Events to Microsoft Fabric with Event Streams from Custom Application
- Fabric Changing the game – OneLake integration
Microsoft Defender
- Malware Scanning for cloud storage GA pre-announcement | prevent malicious content distribution at scale
- Microsoft Defender for StorageでAzure Blob Storageに対するMalware ScanningがGAするらしいです(9月1日に)。
- Analyze IoT/OT device firmware with Microsoft Defender for IoT
- Public Preview: Firmware analysis in Defender for IoT
- Firmware AnalysisがPreview。
Windows
- Update to Windows Subsystem for Android™ on Windows 11 (July 2023)
- Sidebar Extensions: Boost your users’ productivity with Microsoft Edge Add-ons
GitHub
Management
- Blueprintsが非推奨になるようなので正当後継になりそうな「デプロイスタック」を試す
- Azure Blueprintsが2026年7月11日に非推奨になるようです。ARMTemplateが辛かったのかな?
- BicepとBicepのデプロイスタックを使って成果物はAzure Template Specsを使う感じになりそう。
Tools
- Microsoft Build of OpenJDK – July 2023 Release
- Teams Toolkit for Visual Studio Code update – July 2023
- Azure Storage Explorer v1.30.2 がリリースされました | 焦げlog
- Partnering with The Coalition to Bring Unreal Engine Find All Blueprint References to Visual Studio 2022
- Java on Visual Studio Code – July 2023
- Announcing the stable release of the Azure Files client library for Go
- Announcing Microsoft Graph PHP 2.0.0-RC19
- Azure CLI 拡張機能 az ssh v2.0.1 がリリースされました | 焦げlog
- .NET Framework July 2023 Cumulative Update Preview
- Power Platform Command Line: June Update
- Semantic Kernel
Documents
- Help users resume your app seamlessly after a Windows update
- A Deep Dive into the Inner Workings of Large Language and Foundation Models
- FAQ on App Service cipher suites
- 15 Tips to Become a Better Prompt Engineer with Generative AI
- Create your first ChatGPT plugin for Semantic Kernel
- Semantic KernelでChatGPT pluginを作る話。
- New OpenAI Resources including Repos, available for ISVs on GitHub!
- Connect fluid dynamics, machine learning, and virtual reality with ONNX Runtime
- Combining OpenAI function calls with embeddings
その他
- 日本語公式とか
- 【法人及び教育機関向け Microsoft Surface】ハードウェア保証に関する変更点のお知らせ
- リモートワーク・ハイブリッドワークに最適な Surface を特別価格で! (法人・教育機関向け)
- ビジネスの未来がここに: 各業界で Microsoft Cloud がもたらす AI イノベーションと価値創生
- Microsoft 公式ストア、楽天市場店オープン
- サポートの中の人とか
- Microsoft Graph PowerShell v2.0 でサポートされた認証方法と変更点
- AzureOpenAIServiceのトークン数の上限について
- AzureOpenAIServiceのFine-tuningについて
- Azure AD Connect Health Notification メールについて
- Azure Media Services Migration Tool 非公式日本語ガイド (1) – 出来ることまとめとツールのビルドとセットアップ
- Azure Media Services の移行・お引越し・Migration: MediaKind 編 (1) VoD の基本動作を理解する
- ハードマッチによる Azure AD (Office 365) 上のユーザーをオンプレミス Active Directory ユーザーと紐付ける方法
- 英語公式とか
- Updated Researcher Portal Submission Form: Discover the New Fields in the Submission Form
- Microsoft at ICML 2023: Discoveries and advancements in machine learning
- Redefining how we deliver the power of Azure to the edge
- 前回Post関連