Skip to content

Update VM Type/Size in config, with notes #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

POOL_ID = 'PythonQuickstartPool' # Your Pool ID
POOL_NODE_COUNT = 2 # Pool node count
POOL_VM_SIZE = 'STANDARD_DS1_V2' # VM Type/Size
#POOL_VM_SIZE = 'STANDARD_DS1_V2' # VM Type/Size (original, not available in some initial subscriptions)
POOL_VM_SIZE = 'STANDARD_D2_v3' # VM Type/Size. Check Quota tab to be sure this is available.
# https://learn.microsoft.com/en-us/azure/virtual-machines/dv3-dsv3-series
JOB_ID = 'PythonQuickstartJob' # Job ID
STANDARD_OUT_FILE_NAME = 'stdout.txt' # Standard Output file