简体   繁体   English

如何添加我的应用服务本地组(例如性能监视器用户)的 IIS 池标识

[英]How to I add the IIS pool identity of my App Service local groups such as Performance Monitor Users

I am current working out how to host and existing APS.NET application in Azure but it needs to access registry keys in order to register performance counters.我目前正在研究如何在 Azure 中托管和现有 APS.NET 应用程序,但它需要访问注册表项才能注册性能计数器。 I have not come across a way to do this without needing elevated access.我还没有遇到不需要提升访问权限的方法。 If I try to use the command line tools I get access denied.如果我尝试使用命令行工具,我会被拒绝访问。 eg If I try to use commands like例如,如果我尝试使用类似的命令

net localgroup "performance monitor users" IIS APPPOOL\MyServiceAppPool /add

One possibility is to use Windows Containers on App Service in which you have full control.一种可能性是在您可以完全控制的应用服务上使用 Windows 容器。

Here you can follow the quickstart to run a Windows Container in App Service: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-windows-container在这里,您可以按照快速入门在应用服务中运行 Windows 容器: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-windows-container

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在我的代码中监视Azure存储操作的性能? - How do I monitor performance of Azure Storage operations in my code? 如何通过二头肌脚本将身份提供者添加到应用服务? - how to add Identity provider to app service by bicep script? 通过 Azure CLI 创建 Azure Batch Pool 时如何指定托管服务标识? - How do I specify a managed service identity when creating an Azure Batch Pool via the Azure CLI? 从 Azure Web 应用托管服务标识创建资源组 - Creating resource groups from Azure Web App Managed Service Identity 我的应用需要哪些权限才能将用户添加到群组? - What permissions does my app need before it can add users to groups? 如何向ACS服务标识添加声明 - How do I add claims to an ACS Service Identity 如何使用 websockets 在我的 Azure 应用服务 Web 应用和本地控制台应用之间建立连接? - How do I establish a connection between my Azure App Service Web App and local console app using websockets? 如何继续和监视Azure应用服务 - How to proceed and monitor Azure app service 如何查询Azure App Service中的性能指标? - How do I query an indicator of performance capability in an Azure App Service? 将用户/组和角色添加到Azure AD本机应用程序 - Add users/groups and roles to Azure AD native app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM