diff --git a/.gitignore b/.gitignore index a590c3d..226aee1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ /main.tfplan /terraform.tfstate /terraform.tfstate.backup + +simple-api-0.0.1-SNAPSHOT.jar \ No newline at end of file diff --git a/README.md b/README.md index 4843c07..54c5ec7 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,15 @@ ssh -i azure-tf-server azureadmin@ - Deploy your backend to the VM and run it so that the endpoints are available. - Screenshot your success and post the screenshots below here to showcase your success +![alt text](screenshots/azure.png) +![alt text](screenshots/endpoint.png) +![alt text](screenshots/terminal.png) + ## Extension - Deploy a React or Angular frontend to the same VM configured so that it can talk to backend - Screenshot the various parts of your stack in action and post the results here +![alt text](screenshots/extension-azure-network-settings.png) +![alt text](screenshots/extension-endpoint.png) +![alt text](screenshots/extension-terminal.png) diff --git a/screenshots/azure.png b/screenshots/azure.png new file mode 100644 index 0000000..9e86614 Binary files /dev/null and b/screenshots/azure.png differ diff --git a/screenshots/endpoint.png b/screenshots/endpoint.png new file mode 100644 index 0000000..31a2fee Binary files /dev/null and b/screenshots/endpoint.png differ diff --git a/screenshots/extension-azure-network-settings.png b/screenshots/extension-azure-network-settings.png new file mode 100644 index 0000000..d88635e Binary files /dev/null and b/screenshots/extension-azure-network-settings.png differ diff --git a/screenshots/extension-endpoint.png b/screenshots/extension-endpoint.png new file mode 100644 index 0000000..ecd3be6 Binary files /dev/null and b/screenshots/extension-endpoint.png differ diff --git a/screenshots/extension-terminal.png b/screenshots/extension-terminal.png new file mode 100644 index 0000000..f254974 Binary files /dev/null and b/screenshots/extension-terminal.png differ diff --git a/screenshots/terminal.png b/screenshots/terminal.png new file mode 100644 index 0000000..a427696 Binary files /dev/null and b/screenshots/terminal.png differ