Davide Mauri
Davide Mauri
Hi ericAbaka. Are your keys stored in Key Vault? (I guess, but just asking to be sure)
Great. I'm not super exper with KyeVault, but who you would access a Key vault using an identity that is not the one of the VM or the container? Do...
Hi @cmeyertons , we're absolutely open to contributions! If you would like to add support for having Smart Bulk Copy as a NuGet package it would be super!
Ok course as I was writing I realized about the update I did to the latest version of streamlit, and that is actually the problem. Pinning the version to 1.31.1...
Make sure to remove the pip cache, delete any existing virtual environment (or use a new one), and make sure you *do not* update streamlit when it asks you to...
I don't have podman, but now I'm using npm to install function tools, let me know if it works now
If the deployment went well, it might be as some of the expected environment variable are not available to the azure function, and so it fails during startup. Make sure...
@dotnet-policy-service agree company="Microsoft"
> You made a breaking API change I added a new optional parameter to AddDatabase, is that considered a breaking change? I guess, otherwise, you are referring to the change...
> You can’t add a new required parameters to the constructor. That’s why I suggested a WithSku method. The sku is optional Ok. I checked where the constructor was used...