Azure-Samples / Azure-Samples/functions-e2e-http-to-eventhubs
Got Internal error until I changed maximumInstanceCount
Open
- Dominant language
- Bicep
- Stars
- 0
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I tried to deploy the sample and got the message that an internal error occurred and that I should try later. I tried again and got the same result. Then I changed:
```bicep
param maximumInstanceCount int = 100
```
to:
```bicep
param maximumInstanceCount int = 2
```
in the `api.bicep` file. Then it worked. This was in Sweden Central and using a Visual Studio Azure subscription.
I think it should be mentioned that you may have to change this number. Or perhaps it was just bad timing...
Contributor guide
Assessment
This issue has not been assessed yet.