创建要由其他天蓝色网站订阅的应用程序 [英] Creating App to be subscribed to by other azure sites

查看:116
本文介绍了创建要由其他天蓝色网站订阅的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在开发一个对拥有自己的蔚蓝网站的大型企业有用的应用程序.我该如何设置他们可以订阅的应用程序,并可以在客户端将其配置为使用需要的Active Directory 使客户端能够设置谁可以编辑,查看和创建由我的应用程序生成的文档的权限.

I've been working on an app that would be useful large businesses that have their own azure sites. How do I go about setting up an app that they can subscribe to and can be configured from the client side to use their Active Directory which will be needed for the client to be able to set permissions on who can edit, view, and created documents generated by my app.

我已经尝试了一些在线示例,但是我不知道如何应用它们.

I've tried some online examples, but I can't figure out how to apply them.

推荐答案

To understand the question better, I would like to clarify the following points:

您是否打算在Azure上托管WebApp并让用户订阅您的网站?或者您打算在Azure市场中发布应用程序?什么是其他Azure网站"?是 您指的是什么?

Are you intending to host a WebApp on Azure and have the users subscribe to your site? Or Are you intending to publish an app in the Azure Marketplace? What "other Azure sites" are you referring to? 

可以使您更好地了解在Azure上托管网站.首先,我想强调一点 Azure提供了几种托管网站的方式:  ; Azure App Service WebApps ,虚拟机,Service Fabric和Cloud Services.

To give you a good understanding on hosting website on Azure. Firstly, I wish to highlight that Azure offers several ways to host websites: Azure App Service WebApps, Virtual Machines, Service Fabric, and Cloud Services.

Azure App Service(PAAS解决方案)是大多数Web应用程序的最佳选择.部署和管理已集成到平台中,站点可以快速扩展以处理高流量 负载,内置的负载平衡和流量管理器可提供高可用性.

Azure App Service (PAAS solution) 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.

WebApp

WebApp is a fully managed compute platform that is optimized for hosting websites and web applications. After you host a WebApp on Azure, you would typically code/configure the site in a similar fashion as you would onprem.

此外,如果您希望在Azure VM(IAAS)上托管网站/应用,解决方案),则通常会以与本地部署类似的方式来安装,设计和配置该应用程序.

Additionally, if you wish to host your website/app on an Azure VM (IAAS solution), you would typically install, design and configure the app in a similar way as you would onprem.

请参阅文档 有关此主题的更多详细信息,并根据您的要求,您可以选择最佳平台.

Refer the documentation Azure App Service, Virtual Machines, Service Fabric, and Cloud Services comparison for more details on this topic and based on your requirement you may choose the best platform.

如果您的要求符合要求,则可以利用 RBAC :

If your requirement fits, you could leverage RBAC:

基于角色的访问控制(RBAC)可以为大型企业提供更好的安全管理组织以及与外部合作者,供应商或自由职业者一起工作的中小型企业 需要访问您环境中的特定资源,但不必访问整个基础架构或任何与计费相关的范围的对象.

Role-based access control (RBAC) allows better security management for large organizations and for SMBs working with external collaborators, vendors, or freelancers that need access to specific resources in your environment but not necessarily to the entire infrastructure or any billing-related scopes.

或者,如果您希望发布应用程序,请 市场发布指南旨在帮助新的和现有的发布者学习如何在Azure市场和Microsoft AppSource中使用店面,通过列出应用程序和服务来与Microsoft合作来发展业务.看,Azure 市场和AppSource发布指南.

OR, if you wish to publish an App, the Marketplace publishing guide is designed to help new and existing publishers learn how to use storefronts in the Azure Marketplace and Microsoft AppSource to grow their business in partnership with Microsoft by listing applications and services. See, Azure Marketplace and AppSource publishing guide.

请告知我们这是否有帮助,或者您需要在此主题上获得更多帮助.

Kindly let us know if this helps or you need further assistance on this topic.


这篇关于创建要由其他天蓝色网站订阅的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆