[Enhancement] Update deployment tutorial #64
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update and fix issues in tutorials
jinja23.1 was release in Mar 2022, which causes anImportErrorinazure-defaultazure-defaultwas released.inference.dockerfile.protobuf3.20 and 4.21 was release in Apr - May 2022, which is incompatible withfeastTypeErrorwhen importing using 4.21; and there are some non backward compatible api release in 3.20.feastprotobuf pinned to <3.20.0 feast-dev/feast#2484.3.10 <= protobuf < 3.20in theinference.dockerfile.3.10 <= protobuf < 3.20in the unit test pipeline.objectIdwas changed toidin Microsoft Graph APIaz ad signed-in-user show --query id -o tsvto find principal id instead.The default
scikit-learnin AzureML may not be compatible with some features in the notebook.mlflow.sklearn.autolog()will lead to anImportError.scikit-learn==0.22.1in the workspace.Add a clean up block to delete unused service at the end of the tutorial
Closes: #57