WinsurTech Blog | Insurance Concepts and Practical Solutions

Salesforce DX – Introduction

Author - Webner
|
8:48 am
|
0 Comments
| |

Salesforce DX – Introduction

Salesforce DX stands for Salesforce Developer Experience. It is a Salesforce product within the App cloud that helps developers to develop and manage the Salesforce app efficiently.

Salesforce DX proposes a new project structure for the org’s code and configuration. It is mainly used by developers as it permits us to have a true version control. We can store all the code and configuration items in a system called “Version control” (VCS) to bring consistency to the team’s development processes. Version control is an important part of an agile release plan […]

Salesforce | Send email through SendGrid using REST Api

Author - Webner
|
10:19 am
|
0 Comments
| |

How to send an email through SendGrid using REST API in salesforce

For sending the email through Sendgrid, we must have the Sendgrid Account’s Key and this Key will use in the Rest API to send the email.

Some parameters of the Rest API are:

API: The Sendgrid’s API for sending email is – https://api.sendgrid.com/v3/mail/send

Key: The key to the Sendgrid Account is like XX.XXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXXX

Here is the example of JSON Request body of the email:

{
“personalizations”: [
{
“to”: [
{
“email”: “test@gmail.com”
}
],
“subject”: “Hello, World […]

Salesforce Profiles and Permission sets

Author - Webner
|
12:03 pm
|
0 Comments
| |

Salesforce Profiles and Permission sets

In salesforce – Profiles, permission sets, roles, and sharing rules are used to provide specific access to the users.

Profiles: Profiles are used to give specific access to the group of users for objects, records, and layouts, etc. You can control whether or not a group of users can create, view, edit, or delete any records of an object using the profile. Each user has a single profile that controls data and features the user can access. A profile is a collection of settings and permissions. Following are the standard […]

Azure Functions

Author - Webner
|
12:11 pm
|
1 Comment
| |

Microsoft Azure Functions

Azure Functions is the service which provides serverless computing hosted on the Microsoft Azure public cloud. It is designed to accelerate and simplify application development.

What is serverless computing? It is also known as function as a service and is to eliminate infrastructure considerations for the user. With this service, a user can simply create and upload code and then define the triggers/events that will execute the code. Triggers can come from a wide range of sources including another user’s application or other cloud services.

Azure Functions uses:

The Azure Event […]

Amazon Simple Email Services (SES)

Author - Webner
|
11:36 am
|
0 Comments
| |

Amazon Simple Email Services

Overview:
Amazon SES is an email service built on the reliable and scalable platform of the Amazon Web Services that maximizes the percentage of emails that arrive in the recipient’s inboxes. With Amazon SES, Developer can send transaction email, marketing messages, or any other type of high-quality contents to their customers. Amazon SES is an email service that helps the developers to send and receive the emails with cost-effective ways using their own email address and domain name. Amazon SES provides complete control over the inbound emails […]

VM (installation, configure, optimize, monitoring, backups, security)

Author - Webner
|
12:02 pm
|
0 Comments
| |

VM (installation, configure, optimize, monitoring, backups, security)

Introduction:

Microsoft Azure is a cloud-based software program and services, offering a wide range of solutions for businesses including virtual computing, mobile and web application development platforms, storage, network hosting, and analytics tools

You can Accelerate your Business and Efficiency with Webner Solution services on Microsoft Azure. Webner Solutions helps your organization quickly realize the cloud’s power to transform operations and speed innovation through our deep skills and experience in delivering Azure-based solutions.

We have a team of experts who can handle the critical environment and […]

Azure Scheduler

Author - Webner
|
11:44 am
|
0 Comments
| |

What is Azure Scheduler ?

Azure Scheduler lets you create jobs in the cloud that invoke services inside and outside of Azure such as calling HTTP/S endpoints or posting messages to Azure Storage queues or Azure Service Bus queues or topics. Run jobs right away, on a recurring schedule, or at some point in the future.

It is Ideal for recurring actions, daily maintenance

The scheduler is great for recurring actions, such as periodically gathering data. It is also ideal for cleaning up logs, kicking off routine backups and other application maintenance tasks. You […]

Azure Traffic Manager

Author - Webner
|
11:33 am
|
0 Comments
| |

Azure Traffic Manager

Microsoft Azure Traffic Manager allows you to control the distribution of user traffic to your specified endpoints, which can include Azure cloud services, websites, and other endpoints. Traffic Manager works by applying a policy engine to Domain Name System (DNS) queries for the domain names of your Internet resources. Your Azure cloud services or websites can be running in different datacenters across the world.

Characteristic:

Improves availability
Traffic manager improves the availability of the applications by providing automatic failover capabilities when an Azure cloud service, Azure website goes down […]

Cloud Services Azure Websites and Apps

Author - Webner
|
12:06 pm
|
0 Comments
| |

Microsoft Azure provides multiple ways to deploy your applications to the Azure cloud one is Azure App Services another is Cloud Services both two are most popular and easiest, ways to deploy your applications. They both support web applications and background service type applications.

Microsoft Azure App Services is a platform as a service (PaaS) offering. Azure runs App Services on a fully managed set of virtual machines in either a dedicated or shared mode and it is totally based on your App Service Plan.
Basically four types of App Services:
1. Web App – It is used for […]

SQL server (installation, configure, optimize, monitoring, backups, security)

Author - Webner
|
11:40 am
|
0 Comments
| |

SQL server (instantiation, configure, optimize, monitoring, backups, security)

Azure SQL Database is a relational database-as-a-service based on the latest stable version of Microsoft SQL Server Database Engine.
Unlike AWS RDS, Azure has a different approach in selecting the right database for you.

Performance & Cost-Effective:
Elastic pools provide a simple and cost-effective solution for managing the performance of multiple databases within a fixed budget. An elastic pool provides compute and storage resources that are shared between all the databases it contains. Databases within a pool only use the resources they […]

Storage (user profiles and security of files)

Author - Webner
|
11:50 am
|
0 Comments
| |

Storage (user-profiles and security of files)

Azure Storage is a part of Microsoft’s cloud storage solution. Azure Storage offers a massively scalable object store for data objects, a file system service for the cloud. Azure Storage is durable and highly available and is available of two types Standard and Premium.

The Windows Azure Storage component represents a durable service in the cloud. Azure allows developers to store tables, blobs and message queues. The storage can be accessed through HTTP and windows storage explorer (Desktop tool). You can also create own clients although Windows Azure […]

Azure BizTalk Services

Author - Webner
|
10:37 am
|
0 Comments
| |

Azure BizTalk Services is a simple, powerful, and extensible cloud-based integration service that provides Business-to-Business (B2B) and Enterprise Application Integration (EAI) capabilities for delivering cloud and hybrid integration solutions.

Benefits including:

Serverless iPaaS enhances user experience and provides usage-based billing.

Access to over 100 connectors to cloud and premise-based apps.

Easily design and implement workflows using Logic Apps’ visual designer.

Seamlessly harness the power of Azure services such as Machine Learning and Cognitive Services.

Enterprise application integration
BizTalk Services provides out-of-the-box, cloud to on-premises and line-of […]

‹ Prev page1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Next page ›
Contact Us