Inspire関連含めていろいろ。
App Service
- Exploring Azure App Service – Azure Diagnostics
- UpdateというよりはDiagnosticsのお話。
- PHP minor version and Xdebug update for August 2018 in App Service
Azure Container Instances
- Azure Container Instances now available in Australia East, East US 2, and Central US
- 利用できるリージョンにAustralia East、East US 2、Central USが増えました。
- Azure CLI 2.0で—protocolフラグでプロトコル(TCP・UDP)の指定やLog Analyticsにログはけるように指定できたりとか。
Service Fabric
- Azure Service Fabric Mesh is now in public preview
- Service Fabric MeshがPreviewです。
- Azure Service Fabric Mesh preview
- Azure Service Fabric Mesh tools now available for Visual Studio 2017
- Azure Service Fabric introduces its fully managed option, Service Fabric Mesh
- Service Fabric 6.3 Release and Service Fabric Mesh Preview!
- ランタイム周りも併せてどうぞ。
SQL Database
SQL Server/Databaseの細かい機能はよくわからない…
- Azure SQL Database supports auto-failover
- General availability: SQL Database auto-failover groups
- 自動フェールオーバーが一般利用可能に。
- Long-term backup retention feature of Azure SQL Database now generally available
- General availability: Configurable long-term backup retention for Azure SQL Database
- 長期バックアップ保持が全リージョンで利用可能に。
- New purchasing model for Azure SQL Database
- General availability: vCore-based purchasing model for SQL databases and elastic pools
- vCoreモデルがGAです。Azure Hybrid Benefit for SQL Server使うと費用もお安く(最大30%節約)。
- Azure SQL Database managed instance business-critical tier in preview
- Public preview: Business Critical service tier in Azure SQL Database Managed Instance
- Managed InstanceのビジネスクリティカルTierがPreview。
- Public Preview of Table Variable Deferred Compilation in Azure SQL Database
- テーブル変数の遅延コンパイル機能がPreviewです。
- Public Preview of Row Mode Memory Grant Feedback in Azure SQL Database
- 行モードメモリ許可(Row Mode Memory Grant)がPreviewです。
- Public Preview of MATCH support in MERGE DML for Graph tables in Azure SQL Database
- DMLのMERGEでMATCHがサポートされました(Preview)。
- Approximate Count Distinct enters Public Preview in Azure SQL Database
- Azure SQL Database で Count Distinct の概算関数が一般プレビュー
- 行数おおいデータ(億とか)のDistinctするときに概算(誤差2%~最大誤差20%?)で件数カウントしてくれるAPPROX_COUNT_DISTINCTがPreviewで使えるようになりました。
Cosmos DB
- Spring Data Gremlin for Azure Cosmos DB Graph API
- Spring Data Gremlinを使ってGraph APIにアクセスできるようになったようす。
Cognitive Services
- Public preview: Speech SDK 0.5.0 for Cognitive Services
- Speech services July 2018 update
- Speech SDKがUWP (1709)や.NET Standard 2.0、Android 6.0対応になりました。細かいバグ修正の他長時間実行時の自動再接続サポート、エラーメッセージの改善など。
- カスタムボイスではより多くの形式のトレーニングデータがサポート。テキストもANSIだけじゃなくUTF-8、BOMありなし、UTF-16LE/BEなどもサポート。
Azure Security Center
- Azure Security Center is now integrated into the subscription experience
- Azure Security Center is now integrated into the subscription experience
- サブスクリプションのブレードでSecurity Centerの情報を見れたり有効化したりできるようになりました。(Preview)
Azure Maps
- New in Azure Maps: API, map control modules, imagery, and styling features
- 前回書いてた内容。
- Batch services and advanced routing services for Azure Maps
- こちらも同様。バッチ処理がサポートされたりする機能です。
Log Analytics
- Workspace selection added to Analytics, in each of your query editor tabs
- ポータル上でアクティブなワークスペースの切り替えが簡単になりました。
Azure Cloud Shell
- Announcing the Azure Cloud Shell editor in collaboration with Visual Studio Code
- Cloud Shell内でVisual Studio Codeのエディターを開いて直接編集ができるようになりました。
Azure Monitor
- What’s new in Azure Monitor—container health
- ポータルやCLIで簡単にAKSクラスターのコンテナーの健全性やパフォーマンス追跡をOnにしたりできるようになりました。あとは関連する細かいUIの向上。
Azure Active Directory
- Azure AD Managed Service Identity updates
- MSIで使用するIDは基本的にAzure側のリソースと1:1で自動作成な感じでしたがユーザー割り当てができるようになりました。ただし今のところVMSSのみで割り当てるためのAPIもまだ提供されていない感じ。
- VM/VMSSでMSIを使ってトークンを得る場合、VM拡張のエンドポイント(localhost)に対してリクエストしてましたがIMDS(169.254.169.254)に対して呼び出すことでも得られるようになりました。VM拡張が不要になるので楽です。(というかこのVM拡張は非推奨になる様子。来年1月末にはサポート終了)
- https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service
- https://docs.microsoft.com/en-us/azure/active-directory/managed-service-identity/how-to-use-vm-token
- Azure StorageもRBAC統合とAAD認証サポートした(Preview)こともありMSI(Managed ID)使って直接認証できます。
- VSTSのビルドエージェント、リリースエージェントもMSIベースの認証がサポートされるようになりました。
Management
Regions
Tools
その他
- Azure.Source – Volume 40
- Globally replicated data lakes with LiveData using WANdisco on Azure
- WANdiscoをData Lake Storageで使う話。
- Microsoft announces the public preview of Windows 10 IoT Core Services
- Windows 10 IoT Core ServicesがPublic Preview。Win10 IoT Coreで動作するソリューションを商品化できる感じ。
- サポート系などなど(MS公式的な)
- Azure Machine Learning パッケージを活用して「AI機能」を構築してみる(概要編)
- First look at Azure Dev Spaces – Collaborate in shared AKS cluster
- Inspire関連