Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[challenge 2] - creating ingest function times out #27

Open
lenisha opened this issue Nov 4, 2020 · 0 comments
Open

[challenge 2] - creating ingest function times out #27

lenisha opened this issue Nov 4, 2020 · 0 comments

Comments

@lenisha
Copy link
Member

lenisha commented Nov 4, 2020

Running deployhl7ingest.bash throws time out exception

Executing ./deployhl7ingest.bash...
Checking Azure Authentication...
Enter your subscription ID [xxx]:
Resource group with name fhirhacknero2 could not be found. Creating new resource group..
+ az group create --name fhirhacknero2 --location eastus
Starting HL7 Ingest Platform deployment...
Creating Storage Account [hack2store32574]...
The behavior of this command has been altered by the following extension: storage-preview
Retrieving Storage Account Connection String...
Creating Storage Account Container [hl7]...
Creating Service Bus Namespace [hlsb19805]...
Creating Queue [hl7ingest]...
Retrieving ServiceBus Connection String...
Creating hl7ingest Function App Serviceplan[hack2asp]...
Creating hl7ingest Function App [hl7ingest21194]...
Application Insights "hl7ingest21194" was created for this Function App. You can visit https://portal.azure.com/#resource/subscriptions/7xxxx/resourceGroups/fhirhacknero2/providers/microsoft.insights/components/hl7ingest21194/overview to view your Application Insights component
Retrieving Function App Host Key...
Configuring hl7ingest Function App [hl7ingest21194]...
Deploying hl7ingest Function App from source repo to [hl7ingest21194.azurewebsites.net]...
Setting SCM_DO_BUILD_DURING_DEPLOYMENT to false
Waiting SCM site to be updated with the latest app settings
The command failed with an unexpected error. Here is the traceback:

HTTPSConnectionPool(host='hl7ingest21194.scm.azurewebsites.net', port=443): Read timed out. (read timeout=3)
Traceback (most recent call last):
  File "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-zmnkj_hi\urllib3\urllib3\connectionpool.py", line 384, in _make_request
  File "<string>", line 2, in raise_from
  File "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-zmnkj_hi\urllib3\urllib3\connectionpool.py", line 380, in _make_request
  File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\lib\http\client.py", line 1331, in getresponse
    response.begin()
  File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\li

Resolution Updating SKU to "B3" in deployhl7ingest.bash declare serviceplansku="B3" works

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant