Set up the Integrated Development Environment (IDE)
Last updated
Last updated
We recommend using Visual Studio Code (VS Code) as your IDE or text editor to set up the EmbedFAST as the steps were written with VS Code in mind. VS Code supports Bicep syntax highlighting and ensures a smooth development experience.
The Bicep development environment is needed to work with Bicep scripts and to run them in order to deploy resources on Azure.
The Windows PowerShell Extension is needed to run deployment scripts in VS code through the PowerShell terminal. Follow the steps listed below to install the PowerShell Extension in VS Code:
Open Visual Studio Code.
Click on the Extensions icon in the sidebar.
Search for "PowerShell" in the Extensions view.
Find and install the by Microsoft.
Restart Visual Studio Code. The PowerShell extension is now installed and ready to use.