Use the Azure Arc extension to quickly start developing your Arc enabled applications. This extension will help you:
Sign up today for your free Azure account and receive 12 months of free popular services, $200 free credit and 25+ always free services 👉 Start Free.
We welcome feedbacks and feature requests via the issues page in GitHub repository.
Get familiar with what the extension offers by going through the Walkthrough. You can press “F1” to bring up the command palette and type in “Welcome: Open Walkthrough” command, and then click on it to select the “Get Started with Azure Arc in VS Code” Walkthroughs from the list.
Select the plus icon to start creating your AKS Edge Essentials cluster.
Ensure that your machine meets the requirements from single node deployment for Edge Essentials. For a successful install, you will also need to ensure:
Navigate to the folder where you want to download the install script and click “select folder”
Once the script is downloaded, the extension automatically opens a powershell console and ask for admin privilege to run the installation script.
az extension add --name connectedk8s
az provider register --namespace Microsoft.Kubernetes
az provider register --namespace Microsoft.KubernetesConfiguration
az provider register --namespace Microsoft.ExtendedLocation
az provider show -n Microsoft.Kubernetes -o table
az provider show -n Microsoft.KubernetesConfiguration -o table
az provider show -n Microsoft.ExtendedLocation -o table
Your cluster will appear in the Native K8s Cluster view. Click the connect to Arc button to Arc enable your cluster.
- Note: This environment is intended to be used for development and testing purposes only. You are able to use this environment for 30 days for free once you connect to Arc.
Select “Get Samples” from the walkthough, or use the command palette to find the Get Samples command. You may start with Arc application samples or Jumpstart samples. Please follow instructions of the cloned sample repositories to proceed.
Some features in this extension require:
Note: This extension currently only supports Connected clusters.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you don’t wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry
setting to false
. Learn more in our FAQ.
None.
Initial release