Hello Timothy Moore,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that your Azure AI / Machine Learning Studio is having issue on 'Code and environment for inferencing' and 'Select environment type'.
This is a known issue in the Azure AI | Machine Learning Studio. As of today the review step still says, "Scoring script and environment are auto generated." However, in my opinion and as best practices. I recommend that you register and use a workspace environment and deploy via CLI/SDK does avoid the Studio UI bug and will make deployments use your custom environment consistently. Use the below suggested links as alternative workaround to work manually or use CLI:
- Manage and register custom environments in Azure ML - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-environments-in-studio
- Manage environments with the CLI & YAML - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-environments-v2?view=azureml-api-2
- Deploy models with a registered custom environment (CLI v2) - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-online-endpoints?view=azureml-api-2
- Azure ML environments concept page - https://learn.microsoft.com/en-us/azure/machine-learning/concept-environments?view=azureml-api-2
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.