You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Project ID (Optional - will be generated if not provided)
81
+
PROJECT_ID=your_project_id_here
82
+
MODEL_DEPLOYMENT_NAME=gpt-4o
83
+
```
84
+
76
85
77
86
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Java scripts.
78
87
1. Download [POM.XML](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart/pom.xml) to your Java IDE.
0 commit comments