博客 / 列表

lulight - 【Azure Application Insights】如果關閉 Profiler 和 Snapshot Debugger 功能,是否會影響日誌收集或查詢

問題描述 在使用 Azure Application Insights 時,如果關閉 Profiler 和 Snapshot Debugger 功能,是否會影響日誌收集或查詢?這兩個功能在生產環境中用於性能調優和異常排查,但其與日誌功能的關係並不明確。 問題解答 關閉 Profiler 和 Snapshot Debugger不會影響日誌收集或查詢。App

性能調優 , 雲計算 , 生產環境 , 雲服務 , 開發者

lulight - 【App Service】.NET 應用在App Service上內存無法佔用100%的問題原因

問題描述 如果使用Azure App Service部署.NET 應用,會發現在內容並沒有達到100%的時候,也會出現OOM錯誤。這是一個什麼情況呢? 大內存測試代碼 static void Main(string[] args) { Console.WriteLine("Hello, World!");

System , app , 雲計算 , microsoft , 雲服務

lulight - 【Azure Developer】解決在中國區 Microsoft Graph 命令Get-MgUserAuthenticationPhoneMethod 不可用的問題

問題描述 使用PowerShell Microsoft Graph 命令來獲取用户認證的電話信息時,發現Get-MgUserAuthenticationPhoneMethod 命令在中國區 Azure上不可用。報錯:Get-MgUserAuthenticationPhoneMethod : Resource not found for the segment 'phoneM

雲計算 , azure , Graph , PowerShell , 雲服務