Open Khadeer-techie opened 5 months ago
Hi. Click on the create support request button. They normally respond quickly.
thanks @mosoftwareenterprises for your time in responding Support request created. Any Idea why vCPU is used in Echo Bot deployment? How do I know what the other parameters are related to VM are configured?
If it is anything like the Media Bot, then it is because a VM will be instantiated and the bot software deployed to it. I dont know the layout of EchoBot, but this may give you and idea: https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/7d553e26740068646d60ed349bb3f8e0cb5e4423/Samples/PublicSamples/EchoBot/docs/EchoBotDiagram.png
@mosoftwareenterprises I have already seen that EchoBot diagram explaining the call flow and ports required. I am looking for details for the VM configuration as I am getting below error:
Operation could not be completed as it results in exceeding approved LowPriorityCores quota. Deployment Model: Resource Manager, Location: centralus, Current Limit: 3, Current Usage: 0, Additional. Required: 8, (Minimum) New Limit Required: 8.
@Khadeer-techie In the VMSS-VM.bicep file the VM profile is set to use (Spot VMs)[https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/use-spot]. This was done because spot VMs have a cheaper cost and this project is a sample. In a production environment, you would want to change the VMs to be Regular and not use Spot.
Can you also get latest, I have merged a new PR that has addressed some different deployment issues.
@Khadeer-techie is this still an issue or are we able to close?
Getting below error during the deployment
When I tried to update the quota we are getting below error
How do I change the limit to check for 3 or how do I increase the quota