Category: Cloud
Azure Upload Blobs To Storage account using SAS URL (source)
//SASToken to pass to the Blobservice client for authentication to source storage account String sasToken = “SAS Token of source storage account ”; //connection string to connect to the destination storage account string connectionString =”connection string of destination storage account”;
Access AWS S3 from Lambda within the VPC
On the AWS Console, choose VPC service and then Endpoints. Create a new endpoint and associate it to the AWS S3 service Choose the service com.amazonaws.us-east-1.s3 with type Gateway Then select the VPC and Route Table. Then select the access
What is National Producer Number?
National Producer Number or NPN is a type of identifier assigned to individuals or businesses. Nowadays, It has taken place of the license number. NPN is issued or assigned specially to “insurance-related organizations or activities” to keep the track of
How to deploy the LWC component on a Local Development Server
You can deploy your LWC component on a local development server. Once you deploy your component on a local server, then you do not need to deploy again and again to see the output. You just need to save your
If you forgot the Administrator password for widnows EC2 machine
Problem: If you forgot the Windows EC2 machine Administrator password other than the default auto generated password provided by AWS after using the key pair while launching the EC2 machine, and still you can’t access the EC2 windows machine with
The RefreshApex Method and its implementation in the Lightning Web Component
The refreshApex() function is used when we want to refresh the page data in lightning web components. We can update the wire function or parameter data using refreshApex (), and then component values will be rendered. Refresh apex works only
Remove the Logged in account from Microsoft Teams
Sometimes we do not want to save our profile on any account on some particular machines for security reasons. By default, the Microsoft Teams app saves the login credentials when we first log in, so next time it will not
How to Retrieve Metadata of AWS EC2 Machine
Metadata is data about your EC2 instance that is used to manage and configure the instance. Developers use the metadata in the script in order to configure the instances and their resources. Please login to your EC2 machine and run
Salesforce DX – Spinning Up a new scratch org
Steps to create scratch org in Salesforce DX Open the directory folder where the Salesforce DX code is present. Create scratch org with the help of a command palette or Terminal by authorizing dev hub. To Authorize dev hub Press
