30 references to Action
Aspire.Hosting.Azure (30)
AzureProvisioningFailureDetails.cs (30)
220Action("change-resource-group", $"Run '{AzureProvisioningController.ChangeAzureContextCommandName}' with a different resource group, then reprovision."), 221Action("wait-for-deletion", "Wait for Azure to finish deleting the resource group before reusing that name.") 233Action("change-location", $"Run '{AzureProvisioningController.ChangeResourceLocationCommandName} --location {supportedLocations[0]}' or choose another supported region."), 234Action("supported-locations", $"Supported regions include: {string.Join(", ", supportedLocations)}.") 240Action("change-location", $"Run '{AzureProvisioningController.ChangeResourceLocationCommandName} --location <region>' with a supported Azure region."), 241Action("inspect-effective-location", $"Run '{AzureProvisioningController.GetAzureResourceCommandName}' to inspect the current effective location before retrying.") 252Action("reprovision-or-change-context", $"Run '{AzureProvisioningController.ReprovisionResourceCommandName}' to recreate cached deployment state."), 253Action("change-resource-group", $"If the selected resource group is unavailable, run '{AzureProvisioningController.ChangeAzureContextCommandName}' with a different resource group.") 261Action("reprovision-or-forget-state", $"Run '{AzureProvisioningController.ReprovisionResourceCommandName}' to recreate the missing Azure resource, or '{AzureProvisioningController.ForgetStateCommandName}' if it was intentionally deleted."), 262Action("change-resource-group", $"Run '{AzureProvisioningController.ChangeAzureContextCommandName}' if the cached Azure context points at the wrong resource group.") 270Action("retry-reprovision", $"Run '{AzureProvisioningController.ReprovisionResourceCommandName}' again after Azure finishes publishing the deleted Key Vault tombstone."), 271Action("change-context-or-name", $"If Azure continues to report the conflict, run '{AzureProvisioningController.ChangeAzureContextCommandName}' with a different resource group or change the AppHost resource name so Azure generates a different Key Vault name.") 279Action("change-subscription", $"Run '{AzureProvisioningController.ChangeAzureContextCommandName}' with a subscription that exists in the selected tenant."), 280Action("check-subscription-access", "Verify the signed-in Azure account can access the selected subscription.") 294Action("choose-supported-model-version", "Update the Azure OpenAI deployment to a supported model and version for the selected region, then reprovision."), 295Action("inspect-model-availability", "Check Azure OpenAI model availability for the selected region before retrying.") 303Action("fix-resource-properties", "Update the Azure resource configuration to use properties supported by the selected provider, SKU, and region."), 304Action("inspect-provider-availability", "Check the provider error details and Azure SKU or model availability for the selected region before retrying.") 319Action("set-resource-group", "Set the Azure:ResourceGroup configuration value, or Azure__ResourceGroup environment variable, to a different resource group before rerunning the deployment."), 320Action("wait-for-deletion", "Wait for Azure to finish deleting the resource group before reusing that name.") 330Action("set-location", $"Set the Azure:Location configuration value, or Azure__Location environment variable, to {supportedLocations[0]} or another supported region, then rerun the deployment."), 331Action("clear-deployment-cache", "If the deployment environment already cached Azure context, rerun with --clear-cache so the new location is used.") 337Action("set-location", "Set the Azure:Location configuration value, or Azure__Location environment variable, to a supported Azure region before rerunning the deployment."), 338Action("clear-deployment-cache", "If the deployment environment already cached Azure context, rerun with --clear-cache so the new location is used.") 346Action("clear-deployment-cache", "Rerun the deployment with --clear-cache to rebuild cached deployment state."), 347Action("set-resource-group", "If the selected resource group is unavailable, set Azure:ResourceGroup or Azure__ResourceGroup to a different resource group.") 355Action("clear-deployment-cache", "Rerun the deployment with --clear-cache to recreate missing Azure resources."), 356Action("set-resource-group", "Set Azure:ResourceGroup or Azure__ResourceGroup if the cached Azure context points at the wrong resource group.") 364Action("set-subscription", "Set the Azure:SubscriptionId configuration value, or Azure__SubscriptionId environment variable, to a subscription in the selected tenant."), 365Action("check-subscription-access", "Verify the signed-in Azure account can access the selected subscription.")