What is Azure Queue Storage? Introduction to Azure Queue Storage – Azure Storage | Microsoft Docs Azure Queue Storage is a service for storing large numbers of messages. You access messages from anywhere in the world via authenticated calls using HTTP or HTTPS. A queue message can be up to 64 KB in size. A…
Author: espenk
5 min Azure Storage Explorer blob (Anonymous and SAS) web
Azure Storage Explorer – behandling av skylagring | Microsoft Azure Upload, download, and manage data with Azure Storage Explorer Connect Azure Storage Explorer to a storage account * Storage Explorer is available on Windows, macOS, and Linux * It’s easy to connect to and manage multiple storage accounts. * The interface lets you connect to…
5 min Security Management Identity Azure
Scenario:Before: VM1 code, config, user cred/connection to SQL1New: Azure keyvault for storing, but VM1 needs access to key vault, hm…better way? No keys? Kan we have zero secrets in the code?Azure Managed Identity System assigned management identity User assigned management identity System assigned management identity (1 to 1) VM1(source)->Identity->System assigned->enable SQL1 (target)-> IAM->Add role assignment->…
5 min Create and configure an Azure Files mount on VM 2 with robocopy (update)
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-windows An Azure storage account and an Azure file shareA Windows Server 2019 Datacenter VM 1 Create a storage account (test-it3->testit3straccount)A general-purpose v2 storage account provides access to all of the Azure Storage services: blobs, files, queues, and tables.2 Create an Azure file share:2.1 When the Azure storage account deployment is complete, select Go to…
5 min Azure vnet, vm and dynamic/static ip
Microsoft Azure by default has a dynamic assignment of a public IP address to a newly-created VM unless we change it to be static. Public IP enables communication to Azure VM from the internet. Assigning a static public IP address ensures that the address never changes as opposed to the dynamic public IP address. The dynamic…
5 min .msi and .zip
https://techoral.com/blog/java/adoptopenjdk-install-windows.html .msi and .zipBoth versions of have the same functionality, features, plugins, etc. The main difference is that the Zip file does not get installed in the system as a program,meaning that the executable files are not in the programs folder. The application does not appear on the start menu, or as part of the…
PuTTY Fatal Error: Network Error: Software Caused Connection Abort
Configure PuTTY Select your connection, load itIn the left-hand menu pane, select ConnectionIn the field beside Seconds between keepalives, enter 5.Check Enable TCP Keepalives (SO_KEEPALIVE option)Now click Open and leave the SSH connection idle for a while to see if it stays up.If you are using a PuTTY session profile, don’t forget to Save your…
5 min Kotlin and AdopOpenJDK and make jar (Extended import java.util.*)
Files after download Download AdoptOpenJDK AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi On install:Add to PATH, Set JAVA_HOME on local HD. C:\Users\jekl>java -versionopenjdk version “11.0.13” 2021-10-19OpenJDK Runtime Environment Temurin-11.0.13+8 (build 11.0.13+8)OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode Download Kotlin zip Release Kotlin 1.6.10 · JetBrains/kotlin (github.com) kotlin-compiler-1.6.10.zip unzip it somewhere C:\giti2021\Kotlins\kotlin-compiler-1.6.10\kotlinc Add…
Kotlin and AdoptOpenJDK with compile for jar. (Extended with Eclipse and AdoptOpenJDK)
AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi Add to PATH, Set JAVA_HOME on local HD. Release Kotlin 1.6.10 · JetBrains/kotlin (github.com) Download Kotlin Download and unzip it C:\giti2021\Kotlins\kotlin-compiler-1.6.10\kotlinc Click on the Edit environment variables for your account shortcut. Enter “KOTLIN_HOME” as variable name. Enter the [KOTLIN_INSTALL_DIR] as variable value. Next, we need to configure the PATH…
Passing JVM arguments to Tomcat when running as a service
java – Passing JVM arguments to Tomcat when running as a service? – Stack Overflow In your Tomcat /bin folder, you should have a tomcat5w.exe admin app (or in later versions tomcat6w.ex, tomcat8w.exe, etc). Go to the Java tab and add the args in the “Java Options:” box.