Jon Gallant
Jon Gallant
Can you provide more details on what changes you've made to bicep or bicep params file?
You'll also need to specify the parameters that you want to reuse in the main.parameters.json file. You can see an example here: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/infra/main.parameters.json#L23
This https://github.com/Azure-Samples/azure-search-openai-demo/commit/f5a7095e44bd45e224c3200874be36e93e4e0579 should help. Can you either get that patch into your current code or start from scratch and try again?
I'm seeing this in SDK Version: 5.0.100-rc.2.20479.15 Added this to csproj `` azsdke2e
> I've now tested this deployed to Azure, as well as running locally. I did not have to create any additional role assignments to get this to work locally. Did...
Can we move this to azure-samples github org? Not sure history on why it is in the microsoft org, but most samples go in azure-samples org. https://github.com/azure-samples
You configure the storage account as an 'origin group' when you setup the CDN, but I'm not seeing that info in ARM. They must have a data plane for that...
> As of today, is it not easy enough to just do "Copy Path" (which copies the relative path) and then add that on to the CDN URL? Possible yes,...
@tonybaloney - Can you also PR this back to azure-dev?
This should be a workaround Add to devcontainer.json ```json "forwardPorts": [ 8400 ], ``` But would be nice if CLI defaulted to --use-device-code if in CODESPACES