microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
211 stars 237 forks source link

Echo Bot deployment Issue #737

Open Khadeer-techie opened 5 months ago

Khadeer-techie commented 5 months ago

Getting below error during the deployment image (4)

When I tried to update the quota we are getting below error image (5) image (6)

How do I change the limit to check for 3 or how do I increase the quota

mosoftwareenterprises commented 5 months ago

Hi. Click on the create support request button. They normally respond quickly.

Khadeer-techie commented 5 months ago

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?

mosoftwareenterprises commented 5 months ago

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

Khadeer-techie commented 5 months ago

@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.

bcage29 commented 4 months ago

@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.

bcage29 commented 3 months ago

@Khadeer-techie is this still an issue or are we able to close?