Shawn Cicoria
Shawn Cicoria
@googlebot I signed it!
adding to this, has anyone been able to connect via the Cassandra support to Cosmos DB?
be great to get any update on this as this is a blocking issue for us.
Not sure if this helps. https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/1194
Often just a trailing slash difference between allowed hosts setup in the Azure App vs the real apps URL can cause this. A trace via Developer tools helps. If you...
In step 3 can you ensure all chrome processes are not showing “ps aef” or “top”.
FYI the behavior of reset access with SSH keys actually "adds" the key to the authorized keys, not replace https://github.com/MicrosoftDocs/azure-docs/pull/6044 https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/vmaccess#update-ssh-key
Ideally, we can get a Consume/Produce "simple", Topics, etc. as "tools" as well for Dev's to use. see https://github.com/Microsoft/CSharpClient-for-Kafka/tree/master/src/KafkaNET.Library/Examples/ProduceSimple
i too would be interested in donating to support hosting, tools, whatever. Often see Donate options on tools here on GitHub - There's also OpenCollective - where tools like Gulp...
This post seems to have a potential permanent solution: https://zgljl2012.com/executing-task-cargo-test-nocapture-test1-zsh-1-command-not-found-cargo/ ``` function createShellExecution(execution) { const { binary, command, args, cwd, env } = execution; // const cmdLine = `${command ||...