generated from MicrosoftLearning/mslearn-mlops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc77302
commit c8ae36c
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# All Things Azure | ||
|
||
A repository containing some projects I deployed in Azure Machine Learning, focusing on MLOps, Azure ML CLI and GitHub Actions. This also includes some modified versions of labs I completed for Azure ML SDK v2. | ||
|
||
- Implemented different environments in Github with Azure User-Assigned Managed Idenitity | ||
- Configured CI/CD using Github Actions including linting, unit testing, automatic deployment and endpoint set-up | ||
- Used Azure curated conda environement for Python 3.8 (a required fix as Azure curated environment for 3.7 crashes due to dependency resolution issues) | ||
- An MLFLOW model (Logistic Regression) deployed on a real-time endpoint in Azure: | ||
|
||
<img width="382" alt="Screenshot 2024-03-15 at 4 30 32 PM" src="https://github.com/shah-zeb-naveed/all-things-azure/assets/44922205/bc6dd45d-b42f-4f8e-acca-29ab06e37b37"> |