Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
In dit artikel worden de syntaxis en parameters voor de verschillende Azure Developer CLI-opdrachten uitgelegd.
azd
De Azure Developer CLI (azd) is een opensource-hulpprogramma waarmee u uw project in Azure kunt onboarden en beheren
Opties
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--docs Opens the documentation for azd in your web browser.
-h, --help Gets help for azd.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd add: Voeg een onderdeel toe aan uw project.
- azd auth: Verifiëren met Azure.
- azd completion: Genereer shell-voltooiingsscripts.
- azd-configuratie: azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
- azd deploy: Implementeer uw projectcode in Azure.
- azd down: Verwijder de Azure-resources van uw project.
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- azd extension: Manage azd extensions.
- azd hooks: Ontwikkel, test en voer hooks voor een project uit.
- azd infra: Beheer uw Infrastructuur als Code (IaC).
- azd init: Initialiseer een nieuwe toepassing.
- azd mcp: De MCP-server (Model Context Protocol) beheren. (Alfa)
- azd monitor: Een geïmplementeerd project bewaken.
- azd package: verpakt de code van het project die moet worden geïmplementeerd in Azure.
- azd pipeline: Uw implementatiepijplijnen beheren en configureren.
- azd provision: Azure-resources inrichten voor uw project.
- azd publish: Publiceer een service naar een containerregistratie.
- azd restore: herstelt de afhankelijkheden van het project.
- azd show: Geef informatie weer over uw project en de bijbehorende resources.
- azd template: Details van sjabloon zoeken en weergeven.
- azd up: Uw project inrichten en implementeren in Azure met één opdracht.
- azd versie: Druk het versienummer van Azure Developer CLI af.
azd toevoegen
Voeg een onderdeel toe aan uw project.
azd add [flags]
Opties
--docs Opens the documentation for azd add in your web browser.
-h, --help Gets help for add.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd auth
Verifiëren met Azure.
Opties
--docs Opens the documentation for azd auth in your web browser.
-h, --help Gets help for auth.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd auth login: log in to Azure.
- azd auth logout: Log out of Azure.
- Terug naar boven
azd auth login
Aanmelden bij Azure.
Samenvatting
Aanmelden bij Azure.
Wanneer u zonder argumenten wordt uitgevoerd, meldt u zich interactief aan met behulp van een browser. Als u zich wilt aanmelden met behulp van een apparaatcode, geeft u --use-device-code door.
Als u zich wilt aanmelden als een service-principal, geeft u --client-id en --tenant-id door, evenals een van: --client-secret, --client-certificate of --federated-credential-provider.
Als u zich wilt aanmelden met een beheerde identiteit, geeft u --managed-identity door, die gebruikmaakt van de door het systeem toegewezen beheerde identiteit. Als u een door de gebruiker toegewezen beheerde identiteit wilt gebruiken, geeft u --client-id door naast --managed-identity met de client-id van de door de gebruiker toegewezen beheerde identiteit die u wilt gebruiken.
azd auth login [flags]
Opties
--check-status Checks the log-in status instead of logging in.
--client-certificate string The path to the client certificate for the service principal to authenticate with.
--client-id string The client id for the service principal to authenticate with.
--client-secret string The client secret for the service principal to authenticate with. Set to the empty string to read the value from the console.
--docs Opens the documentation for azd auth login in your web browser.
--federated-credential-provider string The provider to use to acquire a federated token to authenticate with. Supported values: github, azure-pipelines, oidc
-h, --help Gets help for login.
--managed-identity Use a managed identity to authenticate.
--redirect-port int Choose the port to be used as part of the redirect URI during interactive login.
--tenant-id string The tenant id or domain name to authenticate with.
--use-device-code[=true] When true, log in by using a device code instead of a browser.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd auth: Verifiëren met Azure.
- Terug naar boven
azd auth logout - uitloggen van azd-authentificatie
Meld u af bij Azure.
Samenvatting
Afmelden bij Azure
azd auth logout [flags]
Opties
--docs Opens the documentation for azd auth logout in your web browser.
-h, --help Gets help for logout.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd auth: Verifiëren met Azure.
- Terug naar boven
azd voltooiing
Shell-voltooiingsscripts genereren.
Samenvatting
Shell-voltooiingsscripts genereren voor azd.
Met de voltooïngsopdracht kunt u automatisch aanvullen-scripts genereren voor uw shell; momenteel ondersteunt het bash, zsh, fish en PowerShell.
Zie de Help van elke subopdracht voor meer informatie over het gebruik van het gegenereerde script.
Opties
--docs Opens the documentation for azd completion in your web browser.
-h, --help Gets help for completion.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd completion bash: Genereer bash completion-script.
- azd completion fish: Genereer een fish-completiescript.
- azd completion powershell: Genereer PowerShell voltooiingsscript.
- azd completion zsh: Genereer zsh-completiescript.
- Terug naar boven
azd completion bash
Bash-voltooiingsscript genereren.
azd completion bash
Opties
--docs Opens the documentation for azd completion bash in your web browser.
-h, --help Gets help for bash.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd completion: Genereer shell-voltooiingsscripts.
- Terug naar boven
azd voltooiingsfunctie voor Fish
Genereer het voltooiingsscript voor vissen.
azd completion fish
Opties
--docs Opens the documentation for azd completion fish in your web browser.
-h, --help Gets help for fish.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd completion: Genereer shell-voltooiingsscripts.
- Terug naar boven
azd completion powershell
PowerShell-voltooiingsscript genereren.
azd completion powershell
Opties
--docs Opens the documentation for azd completion powershell in your web browser.
-h, --help Gets help for powershell.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd completion: Genereer shell-voltooiingsscripts.
- Terug naar boven
azd completion zsh
Genereer zsh-completiescript.
azd completion zsh
Opties
--docs Opens the documentation for azd completion zsh in your web browser.
-h, --help Gets help for zsh.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd completion: Genereer shell-voltooiingsscripts.
- Terug naar boven
azd configuratie
Azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
Samenvatting
Beheer de azure Developer CLI-gebruikersconfiguratie, die uw standaardAbonnement en -locatie bevat.
Beschikbaar sinds azure-dev-cli_0.4.0-beta.1.
De eenvoudigste manier om voor de eerste keer te configureren azd , is door te worden uitgevoerd azd init. Het abonnement en de locatie die u selecteert, worden opgeslagen in het config.json bestand in de configuratiemap. Als u later op elk gewenst moment wilt configureren azd , gebruikt azd config setu .
De standaardwaarde van de configuratiemap is:
- $HOME/.azd in Linux en macOS
- %USERPROFILE%.azd in Windows
De configuratiemap kan worden overschreven door een pad op te geven in de omgevingsvariabele AZD_CONFIG_DIR.
Opties
--docs Opens the documentation for azd config in your web browser.
-h, --help Gets help for config.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd config get: Hiermee haalt u een configuratie op.
- azd config list-alpha: De lijst met beschikbare functies weergeven in alfafase.
- azd config reset: resets configuration to default.
- azd config set: Hiermee stelt u een configuratie in.
- azd config show: Alle configuratiewaarden weergeven.
- azd config unset: Stelt een configuratie opnieuw in.
- Terug naar boven
azd config verkrijgen
Hiermee haalt u een configuratie op.
Samenvatting
Hiermee haalt u een configuratie op in het configuratiepad.
De standaardwaarde van de configuratiemap is:
-
$HOME/.azdin Linux en macOS -
%USERPROFILE%\.azdin Windows
De configuratiemap kan worden overschreven door een pad op te geven in de omgevingsvariabele AZD_CONFIG_DIR.
azd config get <path> [flags]
Opties
--docs Opens the documentation for azd config get in your web browser.
-h, --help Gets help for get.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd-configuratie: azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
- Terug naar boven
azd-config lijst alfa
De lijst met beschikbare functies weergeven in de alfafase.
azd config list-alpha [flags]
Opties
--docs Opens the documentation for azd config list-alpha in your web browser.
-h, --help Gets help for list-alpha.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd-configuratie: azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
- Terug naar boven
Commando: azd config reset (Stelt de configuratie van azd opnieuw in)
Hiermee stelt u de standaardconfiguratie opnieuw in.
Samenvatting
Hiermee stelt u alle configuratie in het configuratiepad opnieuw in.
De standaardwaarde van de configuratiemap is:
-
$HOME/.azdin Linux en macOS -
%USERPROFILE%\.azdin Windows
De configuratiemap kan worden overschreven door een pad op te geven in de AZD_CONFIG_DIR omgevingsvariabele naar de standaardwaarde.
azd config reset [flags]
Opties
--docs Opens the documentation for azd config reset in your web browser.
-f, --force Force reset without confirmation.
-h, --help Gets help for reset.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd-configuratie: azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
- Terug naar boven
azd config set
Hiermee stelt u een configuratie in.
Samenvatting
Hiermee stelt u een configuratie in het configuratiepad in.
De standaardwaarde van de configuratiemap is:
-
$HOME/.azdin Linux en macOS -
%USERPROFILE%\.azdin Windows
De configuratiemap kan worden overschreven door een pad op te geven in de omgevingsvariabele AZD_CONFIG_DIR.
azd config set <path> <value> [flags]
Voorbeelden
azd config set defaults.subscription <yourSubscriptionID>
azd config set defaults.location eastus
Opties
--docs Opens the documentation for azd config set in your web browser.
-h, --help Gets help for set.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd-configuratie: azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
- Terug naar boven
azd configuratie tonen
Alle configuratiewaarden weergeven.
Samenvatting
Alle configuratiewaarden weergeven in het configuratiepad.
De standaardwaarde van de configuratiemap is:
-
$HOME/.azdin Linux en macOS -
%USERPROFILE%\.azdin Windows
De configuratiemap kan worden overschreven door een pad op te geven in de omgevingsvariabele AZD_CONFIG_DIR.
azd config show [flags]
Opties
--docs Opens the documentation for azd config show in your web browser.
-h, --help Gets help for show.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd-configuratie: azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
- Terug naar boven
azd config unset (commando om de configuratie uit te schakelen)
Het instellen van een configuratie ongedaan maken.
Samenvatting
Hiermee verwijdert u een configuratie in het configuratiepad.
De standaardwaarde van de configuratiemap is:
-
$HOME/.azdin Linux en macOS -
%USERPROFILE%\.azdin Windows
De configuratiemap kan worden overschreven door een pad op te geven in de omgevingsvariabele AZD_CONFIG_DIR.
azd config unset <path> [flags]
Voorbeelden
azd config unset defaults.location
Opties
--docs Opens the documentation for azd config unset in your web browser.
-h, --help Gets help for unset.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd-configuratie: azd-configuraties beheren (bijvoorbeeld: standaard Azure-abonnement, locatie).
- Terug naar boven
azd implementeren
Implementeer uw projectcode in Azure.
azd deploy <service> [flags]
Opties
--all Deploys all services that are listed in azure.yaml
--docs Opens the documentation for azd deploy in your web browser.
-e, --environment string The name of the environment to use.
--from-package string Deploys the packaged service located at the provided path. Supports zipped file packages (file path) or container images (image tag).
-h, --help Gets help for deploy.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd niet beschikbaar
Verwijder de Azure-resources van uw project.
azd down [flags]
Opties
--docs Opens the documentation for azd down in your web browser.
-e, --environment string The name of the environment to use.
--force Does not require confirmation before it deletes resources.
-h, --help Gets help for down.
--purge Does not require confirmation before it permanently deletes resources that are soft-deleted by default (for example, key vaults).
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd env
Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
Opties
--docs Opens the documentation for azd env in your web browser.
-h, --help Gets help for env.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env get-value: Verkrijg specifieke omgevingswaarde.
- azd env get-values: Haal alle omgevingswaarden op.
- azd env list: Lijst omgevingen.
- azd env new: Maak een nieuwe omgeving en stel deze in als de standaardomgeving.
- azd env refresh: Omgevingswaarden vernieuwen met behulp van informatie uit een eerdere infrastructuurinrichting.
- azd env select: Stel de standaardomgeving in.
- azd env set: Stel een of meer omgevingswaarden in.
- azd env set-secret: Stel een naam in als verwijzing naar een Key Vault-geheim in de omgeving.
- Terug naar boven
azd env get-value
Specifieke omgevingswaarde ophalen.
azd env get-value <keyName> [flags]
Opties
--docs Opens the documentation for azd env get-value in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for get-value.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd env get-values
Haal alle omgevingswaarden op.
azd env get-values [flags]
Opties
--docs Opens the documentation for azd env get-values in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for get-values.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd omgevingslijst
Omgevingen weergeven.
azd env list [flags]
Opties
--docs Opens the documentation for azd env list in your web browser.
-h, --help Gets help for list.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd env new
Maak een nieuwe omgeving en stel deze in als de standaardomgeving.
azd env new <environment> [flags]
Opties
--docs Opens the documentation for azd env new in your web browser.
-h, --help Gets help for new.
-l, --location string Azure location for the new environment
--subscription string Name or ID of an Azure subscription to use for the new environment
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd env vernieuwen (refresh)
Omgevingswaarden vernieuwen met behulp van gegevens uit een eerdere infrastructuurinrichting.
azd env refresh <environment> [flags]
Opties
--docs Opens the documentation for azd env refresh in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for refresh.
--hint string Hint to help identify the environment to refresh
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd env select
Stel de standaardomgeving in.
azd env select <environment> [flags]
Opties
--docs Opens the documentation for azd env select in your web browser.
-h, --help Gets help for select.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd env set
Stel een of meer omgevingswaarden in.
Samenvatting
Stel een of meer omgevingswaarden in met sleutel-waardeparen of door te laden vanuit een .env-bestand dat is opgemaakt.
azd env set [<key> <value>] | [<key>=<value> ...] | [--file <filepath>] [flags]
Opties
--docs Opens the documentation for azd env set in your web browser.
-e, --environment string The name of the environment to use.
--file string Path to .env formatted file to load environment values from.
-h, --help Gets help for set.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd omgeving stel-geheim
Stel een naam in als verwijzing naar een Key Vault-geheim in de omgeving.
Samenvatting
U kunt een nieuw Key Vault-geheim maken of een bestaand geheim selecteren. De opgegeven naam is de sleutel voor het .env-bestand dat de geheime verwijzing naar het Key Vault-geheim bevat.
azd env set-secret <name> [flags]
Opties
--docs Opens the documentation for azd env set-secret in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for set-secret.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd env: Omgevingen beheren (bijvoorbeeld: standaardomgeving, omgevingsvariabelen).
- Terug naar boven
azd extension
Beheer azd extensions.
Opties
--docs Opens the documentation for azd extension in your web browser.
-h, --help Gets help for extension.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension install: Installeert opgegeven extensies.
- azd extension list: Beschikbare extensies weergeven.
- azd extension show: Details weergeven voor een specifieke extensie.
- azd extension source: Extensiebronnen weergeven en beheren
- azd extension uninstall: De opgegeven extensies verwijderen.
- azd extension upgrade: Upgrade specifieke extensies.
- Terug naar boven
azd extension installeren
Installeert opgegeven extensies.
azd extension install <extension-name> [flags]
Opties
--docs Opens the documentation for azd extension install in your web browser.
-f, --force Force installation even if it would downgrade the current version
-h, --help Gets help for install.
-s, --source string The extension source to use for installs
-v, --version string The version of the extension to install
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension: Manage azd extensions.
- Terug naar boven
"azd extension lijst"
Lijst met beschikbare extensies.
azd extension list [--installed] [flags]
Opties
--docs Opens the documentation for azd extension list in your web browser.
-h, --help Gets help for list.
--installed List installed extensions
--source string Filter extensions by source
--tags strings Filter extensions by tags
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension: Manage azd extensions.
- Terug naar boven
azd uitbreiding tonen
Details weergeven voor een specifieke extensie.
azd extension show <extension-name> [flags]
Opties
--docs Opens the documentation for azd extension show in your web browser.
-h, --help Gets help for show.
-s, --source string The extension source to use.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension: Manage azd extensions.
- Terug naar boven
azd extensiebron
Extensiebronnen weergeven en beheren
Opties
--docs Opens the documentation for azd extension source in your web browser.
-h, --help Gets help for source.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension: Manage azd extensions.
- azd extension source add: Voeg een extensiebron toe met de opgegeven naam
- azd extensionbronlijst: Lijst uitbreidingsbronnen
- azd extension source remove: Een extensiebron verwijderen met de opgegeven naam
- Terug naar boven
azd extension source toevoegen
Een extensiebron met de opgegeven naam toevoegen
azd extension source add [flags]
Opties
--docs Opens the documentation for azd extension source add in your web browser.
-h, --help Gets help for add.
-l, --location string The location of the extension source
-n, --name string The name of the extension source
-t, --type string The type of the extension source. Supported types are 'file' and 'url'
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension source: Extensiebronnen weergeven en beheren
- Terug naar boven
azd extensie bronlijst
Lijst van uitbreidingsbronnen
azd extension source list [flags]
Opties
--docs Opens the documentation for azd extension source list in your web browser.
-h, --help Gets help for list.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension source: Extensiebronnen weergeven en beheren
- Terug naar boven
azd extensie bron verwijderen
Een extensiebron met de opgegeven naam verwijderen
azd extension source remove <name> [flags]
Opties
--docs Opens the documentation for azd extension source remove in your web browser.
-h, --help Gets help for remove.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension source: Extensiebronnen weergeven en beheren
- Terug naar boven
azd extension uninstall
Verwijder de opgegeven extensies.
azd extension uninstall <extension-name> [flags]
Opties
--all Uninstall all installed extensions
--docs Opens the documentation for azd extension uninstall in your web browser.
-h, --help Gets help for uninstall.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension: Manage azd extensions.
- Terug naar boven
azd-extensie-upgrade
Upgrade van opgegeven extensies.
azd extension upgrade <extension-name> [flags]
Opties
--all Upgrade all installed extensions
--docs Opens the documentation for azd extension upgrade in your web browser.
-h, --help Gets help for upgrade.
-s, --source string The extension source to use for upgrades
-v, --version string The version of the extension to upgrade to
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd extension: Manage azd extensions.
- Terug naar boven
azd hooks
Ontwikkel, test en voer hooks uit voor een project.
Opties
--docs Opens the documentation for azd hooks in your web browser.
-h, --help Gets help for hooks.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd hooks run: Hiermee wordt de opgegeven hook voor het project en de services uitgevoerd
- Terug naar boven
azd hooks run
Hiermee wordt de opgegeven hook voor het project en de services uitgevoerd
azd hooks run <name> [flags]
Opties
--docs Opens the documentation for azd hooks run in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for run.
--platform string Forces hooks to run for the specified platform.
--service string Only runs hooks for the specified service.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd hooks: Ontwikkel, test en voer hooks voor een project uit.
- Terug naar boven
azd infra
Uw infrastructuur beheren als code (IaC).
Opties
--docs Opens the documentation for azd infra in your web browser.
-h, --help Gets help for infra.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd infra generate: Schrijf IaC voor uw project naar schijf, zodat u het handmatig kunt beheren.
- Terug naar boven
azd infra genereren
Schrijf IaC voor uw project naar schijf, zodat u het handmatig kunt beheren.
azd infra generate [flags]
Opties
--docs Opens the documentation for azd infra generate in your web browser.
-e, --environment string The name of the environment to use.
--force Overwrite any existing files without prompting
-h, --help Gets help for generate.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd infra: Beheer uw Infrastructuur als Code (IaC).
- Terug naar boven
azd initialiseren
Initialiseer een nieuwe toepassing.
azd init [flags]
Opties
-b, --branch string The template branch to initialize from. Must be used with a template argument (--template or -t).
--docs Opens the documentation for azd init in your web browser.
-e, --environment string The name of the environment to use.
-f, --filter strings The tag(s) used to filter template results. Supports comma-separated values.
--from-code Initializes a new application from your existing code.
-h, --help Gets help for init.
-l, --location string Azure location for the new environment
-m, --minimal Initializes a minimal project.
-s, --subscription string Name or ID of an Azure subscription to use for the new environment
-t, --template string Initializes a new application from a template. You can use Full URI, <owner>/<repository>, or <repository> if it's part of the azure-samples organization.
--up Provision and deploy to Azure after initializing the project from a template.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd mcp
McP-server (Model Context Protocol) beheren. (Alfa)
Opties
--docs Opens the documentation for azd mcp in your web browser.
-h, --help Gets help for mcp.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd mcp toestemming: Beheer toestemming voor MCP-tool.
- azd mcp start: Start de MCP-server.
- Terug naar boven
azd mcp toestemming
Beheer toestemming voor MCP-hulpprogramma's.
Samenvatting
Beheer toestemmingsregels voor het uitvoeren van MCP-hulpprogramma's.
Opties
--docs Opens the documentation for azd mcp consent in your web browser.
-h, --help Gets help for consent.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd mcp: De MCP-server (Model Context Protocol) beheren. (Alfa)
- azd mcp consent grant: Verleen toestemming voor vertrouwensregels.
- azd mcp consent list: Lijst met toestemmingsregels.
- azd mcp consent revoke: Intrekking van toestemmingsregels.
- Terug naar boven
azd mcp toestemmingsverlening
Verleen toestemming voor vertrouwensregels.
Samenvatting
Ververleent vertrouwensregels voor MCP-hulpprogramma's en -servers.
Met deze opdracht maakt u toestemmingsregels waarmee MCP-hulpprogramma's kunnen worden uitgevoerd zonder om toestemming te vragen. U kunt verschillende machtigingsniveaus en toepassingsgebieden voor de regels opgeven.
azd mcp consent grant [flags]
Examples:
Altijd machtigingen verlenen aan alle hulpprogramma's wereldwijd:
azd mcp consent grant --global --permission always
Projectmachtigingen verlenen aan een specifiek hulpprogramma met alleen-lezenbereik:
azd mcp consent grant --server my-server --tool my-tool --permission project --scope read-only
Opties
--action string Action type: 'all' or 'readonly' (default "all")
--docs Opens the documentation for azd mcp consent grant in your web browser.
--global Apply globally to all servers
-h, --help Gets help for grant.
--operation string Operation type: 'tool' or 'sampling' (default "tool")
--permission string Permission: 'allow', 'deny', or 'prompt' (default "allow")
--scope string Rule scope: 'global', or 'project' (default "global")
--server string Server name
--tool string Specific tool name (requires --server)
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd mcp consent: Beheer de toestemming voor de MCP-tool.
- Terug naar boven
azd mcp toestemmingslijst
Geef toestemmingsregels weer.
Samenvatting
Geef alle toestemmingsregels voor MCP-hulpprogramma's weer.
azd mcp consent list [flags]
Opties
--action string Action type to filter by (readonly, any)
--docs Opens the documentation for azd mcp consent list in your web browser.
-h, --help Gets help for list.
--operation string Operation to filter by (tool, sampling)
--permission string Permission to filter by (allow, deny, prompt)
--scope string Consent scope to filter by (global, project). If not specified, lists rules from all scopes.
--target string Specific target to operate on (server/tool format)
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd mcp consent: Beheer MCP tool consent.
- Terug naar boven
azd mcp toestemming intrekken
Toestemmingsregels intrekken.
Samenvatting
Toestemmingsregels intrekken voor MCP-hulpprogramma's.
azd mcp consent revoke [flags]
Opties
--action string Action type to filter by (readonly, any)
--docs Opens the documentation for azd mcp consent revoke in your web browser.
-h, --help Gets help for revoke.
--operation string Operation to filter by (tool, sampling)
--permission string Permission to filter by (allow, deny, prompt)
--scope string Consent scope to filter by (global, project). If not specified, revokes rules from all scopes.
--target string Specific target to operate on (server/tool format)
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd mcp consent: Beheer toestemming voor MCP-tool.
- Terug naar boven
azd mcp start
Start de MCP-server.
Samenvatting
Start de MCP-server (Model Context Protocol).
Met deze opdracht wordt een MCP-server gestart die kan worden gebruikt door MCP-clients om toegang te krijgen tot azd-functionaliteit via de interface modelcontextprotocol.
azd mcp start [flags]
Opties
--docs Opens the documentation for azd mcp start in your web browser.
-h, --help Gets help for start.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd mcp: De MCP-server (Model Context Protocol) beheren. (Alfa)
- Terug naar boven
azd monitor
Een geïmplementeerd project bewaken.
azd monitor [flags]
Opties
--docs Opens the documentation for azd monitor in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for monitor.
--live Open a browser to Application Insights Live Metrics. Live Metrics is currently not supported for Python apps.
--logs Open a browser to Application Insights Logs.
--overview Open a browser to Application Insights Overview Dashboard.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd package
Verpakt de code van het project die moet worden geïmplementeerd in Azure.
azd package <service> [flags]
Opties
--all Packages all services that are listed in azure.yaml
--docs Opens the documentation for azd package in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for package.
--output-path string File or folder path where the generated packages will be saved.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd pijplijn
Beheer en configureer uw implementatiepijplijnen.
Opties
--docs Opens the documentation for azd pipeline in your web browser.
-h, --help Gets help for pipeline.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd pipeline config: Configureer uw implementatiepijplijn om veilig verbinding te maken met Azure. (Bèta)
- Terug naar boven
azd pijplijnconfiguratie
Configureer uw implementatiepijplijn om veilig verbinding te maken met Azure. (Bèta)
azd pipeline config [flags]
Opties
-m, --applicationServiceManagementReference string Service Management Reference. References application or service contact information from a Service or Asset Management database. This value must be a Universally Unique Identifier (UUID). You can set this value globally by running azd config set pipeline.config.applicationServiceManagementReference <UUID>.
--auth-type string The authentication type used between the pipeline provider and Azure for deployment (Only valid for GitHub provider). Valid values: federated, client-credentials.
--docs Opens the documentation for azd pipeline config in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for config.
--principal-id string The client id of the service principal to use to grant access to Azure resources as part of the pipeline.
--principal-name string The name of the service principal to use to grant access to Azure resources as part of the pipeline.
--principal-role stringArray The roles to assign to the service principal. By default the service principal will be granted the Contributor and User Access Administrator roles. (default [Contributor,User Access Administrator])
--provider string The pipeline provider to use (github for Github Actions and azdo for Azure Pipelines).
--remote-name string The name of the git remote to configure the pipeline to run on. (default "origin")
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd pipeline: Uw implementatiepijplijnen beheren en configureren.
- Terug naar boven
azd-voorziening
Richt Azure-resources in voor uw project.
azd provision [flags]
Opties
--docs Opens the documentation for azd provision in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for provision.
--no-state (Bicep only) Forces a fresh deployment based on current Bicep template files, ignoring any stored deployment state.
--preview Preview changes to Azure resources.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd publish
Publiceer een service naar een containerregister.
azd publish <service> [flags]
Opties
--all Publishes all services that are listed in azure.yaml
--docs Opens the documentation for azd publish in your web browser.
-e, --environment string The name of the environment to use.
--from-package string Publishes the service from a container image (image tag).
-h, --help Gets help for publish.
--to string The target container image in the form '[registry/]repository[:tag]' to publish to.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd restore
Hiermee worden de afhankelijkheden van het project hersteld.
azd restore <service> [flags]
Opties
--all Restores all services that are listed in azure.yaml
--docs Opens the documentation for azd restore in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for restore.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd show
Geef informatie weer over uw project en de bijbehorende resources.
azd show [resource name or ID] [flags]
Opties
--docs Opens the documentation for azd show in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for show.
--show-secrets Unmask secrets in output.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd template
Sjabloondetails zoeken en weergeven.
Opties
--docs Opens the documentation for azd template in your web browser.
-h, --help Gets help for template.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd template list: Toon lijst van voorbeeld-azd-sjablonen. (Bèta)
- azd template show: Details weergeven voor een bepaalde sjabloon. (Bèta)
- azd template source: Sjabloonbronnen weergeven en beheren. (Bèta)
- Terug naar boven
azd template lijst (een lijst van sjablonen weergeven)
Lijst met azd-voorbeeldsjablonen weergeven. (Bèta)
azd template list [flags]
Opties
--docs Opens the documentation for azd template list in your web browser.
-f, --filter strings The tag(s) used to filter template results. Supports comma-separated values.
-h, --help Gets help for list.
-s, --source string Filters templates by source.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd template: Details van sjabloon zoeken en weergeven.
- Terug naar boven
azd-sjabloon tonen
Details weergeven voor een bepaalde sjabloon. (Bèta)
azd template show <template> [flags]
Opties
--docs Opens the documentation for azd template show in your web browser.
-h, --help Gets help for show.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd template: Details van sjabloon zoeken en weergeven.
- Terug naar boven
azd sjabloon bron
Sjabloonbronnen weergeven en beheren. (Bèta)
Opties
--docs Opens the documentation for azd template source in your web browser.
-h, --help Gets help for source.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd template: Details van sjabloon zoeken en weergeven.
- azd template source add: Voegt een azd-sjabloonbron toe met de opgegeven sleutel. (Bèta)
- azd template source list: een lijst met geconfigureerde azd-sjabloonbronnen. (Bèta)
- azd template source remove: Hiermee verwijdert u de opgegeven azd-sjabloonbron (bèta)
- Terug naar boven
azd sjabloonbron toevoegen
Voegt een azd-sjabloonbron toe met de opgegeven sleutel. (Bèta)
Samenvatting
De sleutel kan elke waarde zijn die de sjabloonbron uniek identificeert, waarbij bekende waarden zijn: •standaard: Standaardsjablonen .awesome-azd: Sjablonen van https://aka.ms/awesome-azd
azd template source add <key> [flags]
Opties
--docs Opens the documentation for azd template source add in your web browser.
-h, --help Gets help for add.
-l, --location string Location of the template source. Required when using type flag.
-n, --name string Display name of the template source.
-t, --type string Kind of the template source. Supported types are 'file', 'url' and 'gh'.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd template source: Sjabloonbronnen weergeven en beheren. (Bèta)
- Terug naar boven
azd template sourcelijst
Hier worden de geconfigureerde azd-sjabloonbronnen weergegeven. (Bèta)
azd template source list [flags]
Opties
--docs Opens the documentation for azd template source list in your web browser.
-h, --help Gets help for list.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd template source: Sjabloonbronnen weergeven en beheren. (Bèta)
- Terug naar boven
azd sjabloonbron verwijderen
Hiermee verwijdert u de opgegeven azd-sjabloonbron (bèta)
azd template source remove <key> [flags]
Opties
--docs Opens the documentation for azd template source remove in your web browser.
-h, --help Gets help for remove.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
- azd template source: Sjabloonbronnen weergeven en beheren. (Bèta)
- Terug naar boven
azd omhoog
Richt uw project in en implementeer uw project met één opdracht in Azure.
azd up [flags]
Opties
--docs Opens the documentation for azd up in your web browser.
-e, --environment string The name of the environment to use.
-h, --help Gets help for up.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.
Zie ook
azd versie
Druk het versienummer van Azure Developer CLI af.
azd version [flags]
Opties
--docs Opens the documentation for azd version in your web browser.
-h, --help Gets help for version.
Opties overgenomen van bovenliggende opdrachten
-C, --cwd string Sets the current working directory.
--debug Enables debugging and diagnostics logging.
--no-prompt Accepts the default value instead of prompting, or it fails if there is no default.