Michael Rossiter
Michael Rossiter
Hi guys. I'm in a similar situation. I have tried these suggestions but the web server doesn't seem to want to start. Any ideas?
No sorry. TBH I've tried various methods of setting up K8s from scratch and I've yet to find a wholly successful method!
Ah right. I don't recall using any other region other than europe-west-2 but I'll have to give it a go. Thanks for sharing!
> Just tried Webex using the method I described above to enable the OpenH264 plugin in Firefox. It worked. > > I also found a way to test if OpenH264...
+1 for this error.
Yes it seems that way. The app itself though says this when you go to select ConnectAI: "Edge AI is AI that runs locally on your machine. The data never...
Same here. Trying to follow the tutorial to create an Azure Function in Rust. "No stacks found for "custom" on Azure Functions v4. I'm using updated version of VS Code...
I had some success doing this. In .vscode/settings.json change "azureFunctions.projectLanguage": "Custom", to "azureFunctions.projectLanguage": "custom", like literally change the "C" in Custom to a lower case "c". Then I stopped getting...
I got the app function to work with a curl command but the vs code execute function returned a HTTP method not allowed so I'm still blocked on that front...
> Thanks for investigation @mikerossiter. I'll have to investigate why custom doesn't return any stacks. Is this happening when you're creating the local Function project or the function app in...