【Azure】インフラ構築不要でここまで簡単とは…!App ServiceとGitHub連携の自動デプロイに感動した話
https://qiita.com/hasegawa-masao/items/cd793aae74e7cdb51a9e?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #GitHub #Azure #Webアプリケーション #AppService #GitHubActions
【Azure】インフラ構築不要でここまで簡単とは…!App ServiceとGitHub連携の自動デプロイに感動した話
https://qiita.com/hasegawa-masao/items/cd793aae74e7cdb51a9e?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #GitHub #Azure #Webアプリケーション #AppService #GitHubActions
Host Remote MCP Servers on App Service: Updated samples now with new languages and auth support.
#azure #mcp #cloud #appservice #webdev #ai #modelcontextprotocol
If you haven't seen my previous blog post introducing MCP on Azure App Service, check that out here for a quick overview and getting started. In this blog...
[Share] Microsoft App Modernization Guidance for Azure
#cloudnative #appmodern #msbuild #appservice #migrate #mvpbuzz
https://learn.microsoft.com/azure/app-modernization-guidance/?WT.mc_id=AZ-MVP-5004796
If you use account keys or connection strings to access Azure resources, there is a better way!
User Assigned Managed Identities (#UAMI) are more secure and less work to "manage", because you really don't have to maintain them once they are setup.
In this demo we setup connectivity from an #AppService to an Azure #KeyVault and #StorageAccount using UAMI's, showing the .Net code changes required to successfully connect to multiple resources. It isn't difficult!
【Azure】App Service 証明書の購入で注意すべき点
https://qiita.com/bluesea_nishi/items/2beb4656d286d3e2ba70?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Vocalcat is being built in #dotnet and #blazor. We are very happy with this technical decision. (AMA)
The main hurdle would be to see how much will cost to scale our current choice of #Azure #Appservice for what we believe will be dozens to hundreds of users.
Upcoming Changes to Supported Versions of Visual Studio for Remote Debugging with Azure App Service.
#visualstudio #remotedebugging #windows #windowsdev #dotnet #azure #cloud #appservice
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/upcoming-changes-to-supported-versions-of-visual-studio-for/ba-p/4164389
Anyone experiencing weird HTTP 500 errors on Azure ? [1]
Some users get (mostly on PUT requests) an "Http 500" error in our Angular SPA accessing its origin. There's nothing shown in any logs as if the request doesn't get to the backend.
#azure #error #http #dotnet #aspnetcore #angular #spa #webapp #appservice
We are collecting many intermittent "500 Internal Server Error" reported by our client (SPA browser app) calling our API exposed to Azure App Service but all of them are not recorded by any azure log system, IIS logs, Application Insight or…