The example SSL config doesn't work - failing with
>>> ComputeTarget.create(ws, "example", provisioning_config)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/colin/anaconda3/lib/python3.6/site-packages/azureml/core/compute/compute.py", line 214, in create
compute_type = provisioning_configuration._compute_type
AttributeError: 'NoneType' object has no attribute '_compute_type'
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@csteegz
Thanks for the feedback! We are currently investigating and will update you shortly.
Managed to work around the issue by issuing a separate function call to enable_ssl()
provisioning_config = AksCompute.provisioning_configuration()
provisioning_config.enable_ssl(leaf_domain_label = "myservice")
@csteegz Please send us an email if above not works for you at [email protected] We will now proceed to close this thread. If there are further questions regarding this matter, please respond here and @YutongTie-MSFT and we will gladly continue the discussion.
well we need to update the document... - I'll open a PR with the fix