问题标签 [azure-autoscaling-block]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
powershell - Azure 自动化 Runbook 无法将 webhookdata 解析为 JSON 对象
我对这个问题感到非常震惊。我请求你回答或给出提示。我的选择已经不多了。
我通过 WebHook 调用高 CPU 利用率的 azure Runbook。我的问题是内部运行手册数据未正确解码。例如,下面的行没有打印任何东西。
Wheras 如果我尝试将数据显式转换为 JSON,就像这样
那么这是一个抛出错误。
ConvertFrom-Json:无效的 JSON 原语:。在 line:6 char:31 + $WebhookData = $WebhookData | ConvertFrom-Json
顺便说一句,我正在尝试使用 Azure 库中提供的运行手册 {Vertically scale up an Azure Resource Manager VM with Azure Automation}
我的 Webhook 是从 VM 上创建的警报中调用的。
一个非常奇怪的观察:
工作 WebHood 示例(在示例中找到) {"WebhookName":"test1","RequestBody":" [ \r\n {\r\n \"Message\": \"Test Message\"\r\n } \r\n****]****"
不工作(从 VM 调用 runbook 时发送的数据):
{"WebhookName":"test2","RequestBody":" { \"schemaId\":\"AzureMonitorMetricAlert\" } }
谢谢
azure - How to prevent response lag during Azure autoscale?
I have a REST API, which listens to messages and relays them to botframework bot through direct-line channel. I have rules in place to scale instances, based on chat count.
No trouble there, but during scaling there is a 30 - 60 second timeout handling the message. How can I prevent this?
The API app, bot channel and bot are all in the same service plan, which is scaled out & in. The bot runs in a singleton but the REST api app doesn't, if this has any difference in the matter.
azure - 如何使用 azure 资源管理器模板在 linux 的虚拟机规模集上创建自定义脚本扩展?
这是我的 template1.json,用于创建具有虚拟机规模集的集群。我想使用相同的 arm template1 为其添加扩展。我尝试在托管集群(template2.json)的属性部分中包含扩展脚本,但它抛出了未找到父资源 vnetName的错误。
我尝试在托管集群的属性部分添加 extensionProfile,但这也不起作用。
谁能帮助我如何使用相同的手臂模板设置自定义脚本扩展?
模板1.json
模板2.json
模板1_params.json
azure - 无法使用 ARM 模板为 appservice 计划添加自动扩展属性
我已经创建了 ARM 模板,以使用上面的模板作为参考添加如下扩展属性
使用 VSTS 管道部署时抛出错误。
当我从模板中删除资源部分时,没有问题。
azure-autoscaling-block - 用于 EventGrid、逻辑应用、azure 函数和 Cosmos DB 的 Azure 备份和自动缩放
如何为以下内容进行自动备份和自动缩放: 1. API 网关 2. 事件网格 3. Azure Function 4. Logic App 5. Cosmos DB 6. Web App 服务?
azure - 无法在 ARM 模板中为自动扩展属性添加多个配置文件
我有一个用于应用服务计划的自动扩展属性的 ARM 模板。目前只有一个默认配置文件。我想在默认配置文件中再添加一个配置文件。但它在通过 VSTS 部署时给了我错误。它允许我通过门户手动添加。
我们如何在 ARM 模板中添加多个配置文件?
下面的代码片段。
部署后报错:
azure - 在 Azure 规模集 vm 之间同步文件
我是一个新手,我计划在 Azure 中为我的客户托管具有自动缩放功能的 iis 服务器。
我们将在 iis 服务器中测试模块并每周更新一次,我的问题是如何在自动缩放时在 vm 之间同步文件,如果我们只能对相同的 vm 使用自动缩放,那么请建议我解决这个问题设想。我们将在自动缩放中启动 min 2 max 10 vms。
问候,
库马尔 B
azure - Azure 中针对 kafka 消费者滞后的 Auto Scaling
我在 confluent.cloud 中创建了主题。现在我想根据消费者滞后在 Azure 中创建自动缩放。
你能为我提供解决方案吗?
azure - 无法使用 ARM 模板为我的 VMSS 模板计划创建自动缩放属性
我正在尝试创建 ARM 模板,以使用上面的模板作为参考,按照下面的方法在 Resources 中添加扩展和扩展属性。其他资源已创建,但 ARM 无法在我的 VMSS 模板中创建任何类型的自动缩放组。