Right now, we ask the user to input a name for an environment.

"Environment" is sort of a overloaded term for Python developers. I was chatting with some folks and they thought this meant "please enter your new virtual environment name" and told me that they'd be inclined to enter "venv". They had no clue that Azure had any similar construct.
To avoid confusion, let's add the Azure qualifier to the message so it reads:
Please enter a new Azure environment name:
Right now, we ask the user to input a name for an environment.

"Environment" is sort of a overloaded term for Python developers. I was chatting with some folks and they thought this meant "please enter your new virtual environment name" and told me that they'd be inclined to enter "venv". They had no clue that Azure had any similar construct.
To avoid confusion, let's add the Azure qualifier to the message so it reads: