ai-toolkit-iot-edge icon indicating copy to clipboard operation
ai-toolkit-iot-edge copied to clipboard

Container Deployment Error

Open cenkersoy opened this issue 5 years ago • 0 comments

In the section titled "Deploy Container to Azure IoT Edge Device", I am getting the following errors:


KeyError Traceback (most recent call last) in 1 # Getting your container details ----> 2 container_reg = ws.get_details()["containerRegistry"] 3 reg_name=container_reg.split("/")[-1] 4 container_url = """ + image.image_location + ""," 5 subscription_id = ws.subscription_id

KeyError: 'containerRegistry'

cenkersoy avatar Feb 02 '20 19:02 cenkersoy