简体   繁体   English

尝试在Azure应用程序服务中水平扩展时发生错误:TemplateBladeVirtualPart MICROSOFT_AZURE_MONITORING,这是什么原因?

[英]Error trying to scale horizontally in Azure app-service: TemplateBladeVirtualPart MICROSOFT_AZURE_MONITORING, what's the cause?

I'm trying to set up horizontal scale, but when I click on the menu item, I get a screen with the following: 我正在尝试设置水平比例尺,但是当我单击菜单项时,出现以下屏幕:

TemplateBladeVirtualPart MICROSOFT_AZURE_MONITORING TemplateBladeVirtualPart MICROSOFT_AZURE_MONITORING

Is it for some other active service added to the app-service? 是否为添加到应用程序服务中的其他一些活动服务? It's very strange, the only things I did in connection with associating with other services was adding extensions: 很奇怪,我与其他服务关联所做的唯一事情就是添加了扩展:

  • Let's Encripty; 让我们开始吧
  • Application Insights. 应用程序见解。

But I've already removed them for testing and I was not successful either. 但是我已经删除了它们进行测试,但我也没有成功。

Printscreen PRINTSCREEN

EDIT: I verified that the problem is being caused only in web application plans in the South Brazil region, I tried to create other plans in the same region and I got the same problem. 编辑:我验证了该问题仅是在巴西南部地区的Web应用程序计划中引起的,我试图在同一地区创建其他计划,但遇到了同样的问题。 When you create a web application plan in another region, the screen appears normally. 当您在另一个区域中创建Web应用程序计划时,屏幕将正常显示。

EDIT2 The problem appears to be a limitation on my account or in my region. EDIT2问题似乎是我的帐户或所在地区的限制。 The fact is that in Brazil I am not able to perform horizontal scale when I am in the Basic layer of web applications. 事实是,在巴西,当我处于Web应用程序的“基本”层时,我无法执行水平缩放。 When performing the test changing to standard, it was possible to access the desired screen. 将测试更改为标准时,可以访问所需的屏幕。

EDIT : This issue is now fix in production. 编辑 :此问题现已在生产中修复。

I'm able to re-pro this for basic app service plans in Brazil south. 对于巴西南部的基本应用服务计划,我可以对其进行重新配置。 Looks like it could be a bug in the scale UX, we'll take a look. 看来这可能是UX规模的错误,我们来看一下。

As a workaround you could use powershell: 解决方法是使用powershell:

Set-AzureRmAppServicePlan -ResourceGroupName "rg-name" -Name "asp-name" -NumberofWorkers "# of workers"

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

相关问题 服务主体如何登录到我的Azure应用程序服务? - How can a service principal login to my Azure app-service? Azure App-Service交换在源和目标之间“弹跳” - Azure App-Service Swap “Bounces” Between Source and Destination 使用Azure应用服务webjob的sendgrid发送邮件 - sending mails using sendgrid from azure app-service webjob Azure,App-service,从字符串创建X509Certificate2对象 - Azure, App-service, create X509Certificate2 object from string i18next 适用于开发服务器,但不适用于 azure app-service - i18next works on dev server but not in azure app-service Azure应用程序服务非www到www重定向规则以忽略CDN域 - Azure app-service non-www to www redirect rule to ignore the cdn domain 我可以通过 unc-path 从我的应用服务访问 azure-storage-file 吗? - Can I access a azure-storage-file from my app-service via unc-path? Azure 应用服务-文件完整性监控(FIM) - Azure App Service - File Integrity Monitoring (FIM) Azure 应用服务监控日志大多不起作用 - Azure App Service Monitoring Logs mostly not working Azure 应用服务文件和配置变更监控 - Azure App Service File And Configuration Change Monitoring
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM