哪个应用程序服务可以将安全性和基础结构包装在ASP.NET Core2 WebAPI周围?

编程入门 行业动态 更新时间:2024-10-23 20:19:44
本文介绍了哪个应用程序服务可以将安全性和基础结构包装在ASP.NET Core2 WebAPI周围?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在努力寻找合适的App Service来完成任务(在某种程度上,因为名称如此混乱).

我有一个ASP.NET Core2 WebAPI,可将桌面应用程序(WPF和UWP)连接到SQL Server.我真的没有完成管理安全性(OAuth2,IdentityServer,证书...),IIS服务器和其他基础结构元素的任务.

从前有一种Azure产品(服务或其他),那是一个以某种方式集成了我不想管理的所有东西(安全性)的API,但让我对控制器,EntityFramework和SQL Server进行编程

我找不到此功能,可能是因为它已被重命名或重新分类. (Web APP?App Service?...)

我需要完成此功能的名称(当然,我意识到我需要重写一些代码),以及文档和快速入门演示.

Michael

解决方案

首先,我想强调一下 Azure提供了几种托管方式网站: Azure App Service WebApp ,虚拟机,Service Fabric和Cloud 服务.

Azure App Service是最佳选择适用于大多数网络应用.部署和管理已集成到平台中,站点可以快速扩展以进行处理 高流量负载,内置的负载平衡和流量管理器可提供高可用性.您可以通过以下方式轻松地将现有网站移动到Azure App Service: 在线迁移工具 ,使用Web应用程序库中的开源应用程序,或使用框架和工具创建新站点 你的选择. WebJobs功能使您可以轻松地将后台作业处理添加到App Service Web应用程序. Azure应用服务 WebApps 分配一个子域,该子域是 azurewebsites .

请参阅文档 Azure应用程序服务,虚拟机,服务结构和云服务的比较 有关此主题的更多详细信息.

建议您研究一下下面的文档概述了在Azure App Service WebApp上部署ASP.Net Core应用程序的分步过程. 如果您需要更多信息,请告诉我们:

托管ASP.NET Core 在Azure应用服务上

发布 使用Visual Studio的Azure的ASP.NET Core应用

------ -------------------------------------------------- --------------------------------------------

如果此答案有帮助,请单击标记为答案"或投票.要提供有关您的论坛体验的其他反馈,请单击 > .

I'm struggling trying to find the right App Service to accomplish a task (to some degree because the names are so confusing).

I have an ASP.NET Core2 WebAPI that connects desktop apps (WPF and UWP) to a SQL Server. I'm really not up to the task of managing the security (OAuth2, IdentityServer, certificates....), the IIS server and other infrastructure elements.

Once upon a time there was an Azure offering (service or whatever), that was an API that somehow integrated all the things I didn't want to manage (the security) but let me program the controllers, EntityFramework and SQL Server.

I can't find this feature, maybe because it's been renamed or recategorized. (Web APP? App Service?...)

I need the name of the feature that will accomplish this (of course I realize I will need to rewrite some of my code) and maybe the documentation and quick start demo.

Michael

解决方案

Firstly, I wish to highlight that Azure offers several ways to host websites:Azure App Service WebApps,Virtual Machines,Service Fabric, andCloud Services.

Azure App Service is the best choice for most web apps. Deployment and management are integrated into the platform, sites can scale quickly to handle high traffic loads, and the built-in load balancing and traffic manager provide high availability. You can move existing sites to Azure App Service easily with an online migration tool, use an open-source app from the Web Application Gallery, or create a new site using the framework and tools of your choice. The WebJobs feature makes it easy to add background job processing to your App Service web app. Azure App Service WebApps assigns a subdomain of azurewebsites.

Refer the documentation Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison for more details on this topic.

I suggest you take a look into the documentations below which outlines step-by-step process for deploying ASP.Net Core app on Azure App Service WebApps. Do let us know if you need more information on this:

Host ASP.NET Core on Azure App Service

Publish an ASP.NET Core app to Azure with Visual Studio

-----------------------------------------------------------------------------------------------------

If this answer was helpful, click "Mark as Answer" or Up-Vote. To provide additional feedback on your forum experience, click here.

更多推荐

哪个应用程序服务可以将安全性和基础结构包装在ASP.NET Core2 WebAPI周围?

本文发布于:2023-11-15 16:40:17,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1596177.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:装在   应用程序   安全性   结构   基础

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!