Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
612 stars 401 forks source link

openai resource does not deploy with Visual Studio Professional Subscription (MSDN) #267

Closed kathleenwestPayItGov closed 8 months ago

kathleenwestPayItGov commented 8 months ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [X] feature request
- [X] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

I am not sure which box to check, it may be applicable to multiple.

Minimal steps to reproduce

Follow tutorial steps with Visual Studio Professional Subscription (MSDN)

Run azd up, follow the prompts.

I chose East US 2 for datacenter

Here is a screen capture of my efforts

image

Any log messages given by the failure

{
    "status": "Failed",
    "error": {
        "code": "DeploymentFailed",
        "target": "/subscriptions/ba71439c-3eb9-4ea0-8312-a4cb8d394855/resourceGroups/rg-azure-search-openai-demo-csharp/providers/Microsoft.Resources/deployments/openai",
        "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
        "details": [
            {
                "code": "SpecialFeatureOrQuotaIdRequired",
                "message": "The subscription does not have QuotaId/Feature required by SKU 'S0' from kind 'OpenAI' or contains blocked QuotaId/Feature."
            }
        ]
    }
}

Expected/desired behavior

That is tutorial deployment runs smoothly for developers using a Visual Studio Professional Subscription (MSDN). If there should be any "tweaks" or "work-arounds" for this normal subscription, the README file should be updated to specify.

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Windows 10

Versions

Mention any other details that might be useful

Here is a screen shot of my subscription image


Thanks! We'll be in touch soon.