Using Quokka in Visual Studio Code for Typescript Part 2 – Create a new file using the extension

Now it’s time to create a file and use the extension. First open a folder in VS code. Once VS code is open in the folder Press ctrl+shift+p and create a new typescript file. Now in the next post we’ll write some TypeScript code and use the extension!

1 min read

Using Quokka in Visual Studio Code for Typescript Part 4 – Create a TypeScript function and start Quokka on the file

First create a new typescript file in VS Code. Next write the function as described from the TypeScript docs here. Now type to start Quokka on the file. Make sure you’ve saved the first. In the editor on the file press ctrl+k,q There you go! Now add a smiley to the greeter function. Wow! Great […]

1 min read

Install Docker on a Azure Linux VM, upload a docker image to Azure Container Registry and Deploy a Azure Container Instance Part 6 – Create an Azure container instance from a private registry

Now in our final post we’ll use our uploaded hello-azure-world image to deploy an Azure container instance. First inside our registry we must grant admin role to the registry. Next, Search for Azure container instance in the martket place and select create and use your uploaded image. Move into the container and inside logs you’ll […]

1 min read