We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c66dcb commit a2a47a9Copy full SHA for a2a47a9
azML-modelcreation/README.md
@@ -223,13 +223,12 @@ https://github.com/user-attachments/assets/a82ff03e-437c-41bc-85fa-8b9903384a5b
223
224
225
> [!TIP]
226
-> Click [here]() to read the script used.
+> Click [here](./src/0_ml-model-creation.ipynb) to read the script used.
227
228
+## Step 9: Deploy the Model
229
----
230
+> Create an **inference configuration** and deploy to a web service:
231
-### **9. Deploy the Model**
232
-- Create an **inference configuration** and deploy to a web service:
233
```python
234
from azureml.core.environment import Environment
235
from azureml.core.model import InferenceConfig
0 commit comments