Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cli/azd/docs/extensions/extension-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Table of Contents

## Getting Started

`azd` extensions are currently a beta feature (Public Preview) within `azd`.
`azd` extensions is generally available within `azd`.
Comment thread
ronaldbosma marked this conversation as resolved.
Outdated

- Official extensions must be developed in a fork of the [azure/azure-dev](https://github.com/azure/azure-dev) github repo.
- Extension binaries are shipped as Github releases to the same repo through our official pipelines.
Expand Down Expand Up @@ -648,7 +648,7 @@ Once installed the extension registers a suite of commands under the `x` namespa

Usage: `azd x init`

- Collects information for the extension and scaffolds and extension in a specified language of choice.
- Collects information for the extension and scaffolds an extension in a specified language of choice.
- Go is the recommended language and is preselected in the language prompt; it has the most complete and actively maintained template.
- Creates local extension source if it doesn't already exist
- Builds initial binaries for extension
Expand Down
Loading