-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Could not find a runtime version for runtime {} with functions version {} and os {}Run #117
Comments
OK, after googling, I updated
|
Hi, can somebody respond please? |
I'm sorry you are running into this. Due to capacity constraints with prior planned work, please do not expect anyone from the team to be able to help you with troubleshooting. This example implementation is scheduled for a refresh in March. I know that's likely too late for your immediate needs, but because of this scheduled refresh, we likely will not be able to find time between now and then to support directly on this issue. If we could drop our current commitments to help, please know we would. I'm assuming something about this sample is just out of date (technology moves fast), and the refresh scheduled for March is doing to be our next scheduled point to update it. February's pattern updates have already been scheduled and allocated resources. |
Thanks, so in this case I hae no other option, only wait for march :-) |
Yeah, I wish I had a better answer for you. If you do figure out something prior to that, we'd always appreciate the learnings (as might anyone else who gets to this prior to our refresh.) |
Hi Chad, I am following the learning post at
Whis is supporting this and who can help? Thanks in advance |
Looks like you are out of Quota, @eliassal. The deployment requires 18 cores but you only have 10 available in FranceCentral in your subscription. You'll need to modify the template to use less cores or increase your quota in that subscription.
|
Thanks, I modified the tempalet with VMs with 2 cores instead the VMs in the templates which have 4 cores but still getting the same error. I moved to use West Europe instead of FranceCentral, same thing is happeining |
Please continue the conversation at the issue I opened on your behalf, and not in this thread. Thank you. Maybe a community member or Azure support can help you troubleshoot why you believe the error message is wrong for you. |
Ok I will do, thanks again |
There are no cloud design patterns that deploy Data Collection Rules or VM insights. Can you please verify you are posting this on an issue in the correct repo. Thanks. |
Sorry, it was supposed to go for the thread at mspnp/iaas-baseline#30. I update it right now and deleted my post from this thread |
Hi, I ran the
./sample-1-azure-setup.sh uniqname
(I changed the location to francecentral) It created some resources as fllows
but errored as follows
I added -functions-version 3 as follows
az functionapp create --name "${PREFIX}functionapp" --plan "${PREFIX}plan" --resource-group "${RG}" --storage-account "${PREFIX}storage" --functions-version 3 -o json >> azcli-execution.log
it errored again
Thanks for your help
The text was updated successfully, but these errors were encountered: