While configuring new Azure DevOps pipelines in the project I found classic editor is not visible in Pipelines section also few options under Pipelines were not visible such as releases and task groups. There is s a option to enable classic editor in Project Settings. To make changes navigate to Project Settings >> Pipelines >> Settings.
I found Disable creation of classic build pipelines and Disable creation of classic release pipelines were grayed out and no longer available make these feature on or off. Without these option enabled, No classic build or release pipelines task groups and deployment groups can be created / imported, but existing ones will continue to work.
When you hover on the on/off toggle box, there was a message This setting cannot be changed as it is enforced at the organization level.
To configure enable classic editor for pipelines at project level you will need to make changes at organization level. click Azure DevOps icon or name on the left top side. Next in the left bottom side click Organization Settings.
Under Organization Settings >> Pipelines Settings, Disable creation of classic build pipelines and Disable creation of classic release pipelines options are editable and on/off toggle button is editable to make changes as shown in the screenshot.
Once the settings are enabled. I see while creating Pipelines inside the wizard option Use the classic editor to create a pipeline without YAML is available now.
Useful Articles
Executing PowerShell script from PHP HTML web server
Send system disk space utilization HTML report Email using PowerShell
Send Email using PowerShell with .net object System.Net.Mail.MailMessage
PowerShell XML OperationStopped: No coercion operator is defined between types 'System.Object&' and 'System.Object'
Powershell Create new file if not exist, if exist Rename file
PowerShell Create XML document with XmlWriter .net object
PowerShell save export data to XML file
Bulk change multiple file names with OneLiner PowerShell command
Resolved PowerShell Visual studio code stuck with 'Starting up PowerShell' in status bar
Building basic simple Web Server using PowerShell
Running Your First PowerShell Scripts With Jenkins and Git
Git clone or push Missing or invalid credentials fatal authentication failed
PowerShell How to find file and folders in Azure Storage Account Blobs and Containers