Foundry Anthropic models aren't deployable
Open
area-integrations
azure
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Trying to deploy the following:
```
var builder = DistributedApplication.CreateBuilder(args);
var foundry = builder.AddFoundry("foundry");
var sonnetChat = foundry.AddDeployment("sonnet-chat", FoundryModel.Anthropic.ClaudeSonnet46);
```
Gives the error:
```
14:18:24 (provision-foundry) ✗ Failed to provision foundry: Deployment failed: Error code = InvalidModelProviderData, Message = ModelProviderData is
required for Anthropic model deployments but was not provided. Please provide all required fields: industry, organizationName, and countryCode. (5.2s)
14:18:24 (provision-foundry) ✗ [ERR] Step 'provision-foundry' failed.
```
cc @sebastienros
Contributor guide
Assessment
This issue has not been assessed yet.