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

[BUG] APIM Deployment fails with error "Unable to activate API service at this time" #134

Open
ajay-sainy opened this issue Aug 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ajay-sainy
Copy link

ajay-sainy commented Aug 10, 2024

Describe the bug
The deploy.sh script fails after 30-40 minutes with error:

Unable to activate API service at this time. Please make sure the all the requirements for setting up vnet injection are met as specified in the doc https://aka.ms/apimvnet. Otherwise, this could be temporary issue in the region. Please check https://aka.ms/azurestatus for any issues. If the issue persists after retry, please open a support case for your API management service using the Azure portal.Please provide correlationId adf0bc6e-6481-4de4-a942-f33379fd1d29 and TimeStamp 8/10/2024 7:04:16 PM

I have check the deployments in the portal also, they provide the same error.

To Reproduce
Steps to reproduce the behavior:
Follow the deployment steps. I deployed in WestUS2 Location.

deployment parameters
{
"GRAPHRAG_API_BASE": "https://XYZ.openai.azure.com",
"GRAPHRAG_API_VERSION": " 2024-02-15-preview",
"GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME": "text-embedding-3-large",
"GRAPHRAG_EMBEDDING_MODEL": "text-embedding-3-large",
"GRAPHRAG_LLM_DEPLOYMENT_NAME": "XYZ_4o",
"GRAPHRAG_LLM_MODEL": "gpt-4o",
"LOCATION": "WestUS2",
"RESOURCE_GROUP": "XYZ"
}

Expected behavior
Deployment succeed

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@ajay-sainy ajay-sainy added the bug Something isn't working label Aug 10, 2024
@rnpramasamyai
Copy link

@ajay-sainy Please check the deployment on azure portal. This issue may be related to dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants