Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use existing resources instead of creating new with azd up command? #652

Open
3 tasks
Tracked by #793
nits-aidev opened this issue Apr 11, 2024 · 0 comments
Open
3 tasks
Tracked by #793
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request subtask A subtask

Comments

@nits-aidev
Copy link

Motivation

Their should be an easy way to use existing resource group and other resources like Azure AI Search, Azure Open AI, Document intelligence, storage, Application insight , App services etc.

How would you feel if this feature request was implemented?

This will help developers to utilize existing resources , without creating new one.

Requirements

Their should be an easy way to use existing resource group and other resources like Azure AI Search, Azure Open AI, Document intelligence, storage, Application insight , App services etc.
It should run with existing openAI service, storage account, search service etc without creating it automatically.

Similar to below documentation from another repository

Resource group
Run azd env set AZURE_RESOURCE_GROUP {Name of existing resource group}
Run azd env set AZURE_LOCATION {Location of existing resource group}

Azure OpenAI:
Run azd env set AZURE_OPENAI_SERVICE {Name of existing OpenAI service}
Run azd env set AZURE_OPENAI_RESOURCE_GROUP {Name of existing resource group that OpenAI service is provisioned to}

Azure AI Search resource
Run azd env set AZURE_SEARCH_SERVICE {Name of existing Azure AI Search service}
Run azd env set AZURE_SEARCH_SERVICE_RESOURCE_GROUP {Name of existing resource group with ACS service}

Azure App Service Plan and App Service resources
Run azd env set AZURE_APP_SERVICE_PLAN {Name of existing Azure App Service Plan}
Run azd env set AZURE_APP_SERVICE {Name of existing Azure App Service}.
Run azd env set AZURE_APP_SERVICE_SKU {SKU of Azure App Service, defaults to B1}.

Azure Application Insights and related resources
Run azd env set AZURE_APPLICATION_INSIGHTS {Name of existing Azure App Insights}.
Run azd env set AZURE_APPLICATION_INSIGHTS_DASHBOARD {Name of existing Azure App Insights Dashboard}.
Run azd env set AZURE_LOG_ANALYTICS {Name of existing Azure Log Analytics Workspace Name}.

Azure Document Intelligence resource
Run azd env set AZURE_DOCUMENTINTELLIGENCE_SERVICE {Name of existing Azure AI Document Intelligence service}
Run azd env set AZURE_DOCUMENTINTELLIGENCE_LOCATION {Location of existing service}
Run azd env set AZURE_DOCUMENTINTELLIGENCE_RESOURCE_GROUP {Name of resource group with existing service, defaults to main resource group}
Run azd env set AZURE_DOCUMENTINTELLIGENCE_SKU {SKU of existing service, defaults to S0}

Other Azure resources
You can also use existing Azure AI Storage Accounts. See ./infra/main.parameters.json for list of environment variables to pass to azd env set to configure those existing resources.

  • ...

Tasks

To be filled in by the engineer picking up the issue

  • Task 1
  • Task 2
  • ...
@nits-aidev nits-aidev added the enhancement New feature or request label Apr 11, 2024
@ross-p-smith ross-p-smith added the documentation Improvements or additions to documentation label Apr 30, 2024
@ross-p-smith ross-p-smith mentioned this issue May 7, 2024
11 tasks
@ross-p-smith ross-p-smith added the subtask A subtask label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request subtask A subtask
Projects
None yet
Development

No branches or pull requests

2 participants