SlideShare a Scribd company logo
1 of 11
Download to read offline
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
MS Azure for Beginners: Getting Started with Cloud Computing
for Businesses
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
Table of Contents
What is MS Azure?
Components of Azure
Services in the Storage Domain
Understanding Resources in Azure
What is a Resource Group in Azure?
How does all of this translate into your SAP Solution deployment?
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
The ongoing COVID-19 pandemic has elevated how businesses work and operate. The increased number of
employees working from home using conferencing and collaboration services has given rise to Cloud
Computing.
Cloud Computing is the delivery of different services like data storage, servers, databases, networking and
software. Cloud-based storage makes it possible to save files to a remote database and retrieve them on
demand.
Businesses have started to understand the need of digital transformation in the changing economy.
Industry leaders are turning towards implementing SAP ERP Solutions for their changing business needs.
Host SAP ERP Solutions like SAP Business One & SAP S/4HANA on MS Azure and harness the power of Cloud
computing to run your workloads on a scalable, compliant and enterprise-proven platform.
In this article, we break down the basics of MS Azure Cloud Hosting and everything you should know to get
started on your Cloud Journey.
In this article, we aim to explain the databases – the difference between Ms SQL and SAP HANA database to
help you decide which is best suited for your business. However, let’s start with the basics first.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
What is MS Azure?
Microsoft Azure, often referred to as Azure, is a cloud computing service operated by Microsoft for
application management via Microsoft-managed data centers.
To simplify, Microsoft Azure is a growing collection of integrated cloud services which developers and IT
professionals use to build, deploy and manage applications through Microsoft’s global network of
datacenters.
Microsoft and SAP have a long standing partnership which ensures that your MS Azure infrastructure to
host your SAP Business One solutions and connected solutions and integrations, is optimized for SAP
workloads and certified for SAP.
As an award-winning SAP Gold Partner and a certified Microsoft Gold Partner, we bring you the best of
both worlds in your SAP Business One implementation and deployment.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
Components of Azure
There are three kinds of Azure services in the Compute Domain
Virtual Machines
Azure Virtual Machine is just like a new machine with a freshly installed operating system. It is a virtual
computer whose rights you have to do with as you please. With a virtual machine, you can define how
much RAM, how much storage and the exact configuration you will need.
So Azure will create this machine for you and it will give you an IP address and password for that Virtual
Machine. The user can use a remote desktop connection, enter the IP address and the password and then
connect to the Virtual Machine/Computer.
Once you log in to the Virtual Machine, you have full access to this computer. You can make it anything you
want – like a website server or you can use it for image processing or any other purpose you would use a
server for.
Depending on the Operating System your Virtual Machine has, there are primarily two types of VMs
available on Azure:
 Windows Virtual Machines
 Linux Virtual Machines
App Service
App service is nothing but an automated version of Virtual Machines with limited functionality. What it
essentially does is – it lets you upload whatever code you want to deploy, and it executes the code
automatically for you.
You don’t get access to the UI like a regular operating system on your laptop or computer, but it saves you
the hassle of manually configuring firewalls and other system protocols that would be needed depending
on the application you are hosting.
One of the major pre-requisites of using App Service is that you need to specify which technology or
programming language you will be using – PHP, .NET, Node.js or Python.
Functions
It is an Azure service which allows you to execute backend processing tasks, you cannot deploy an
application using Functions; however, you can execute any major/minor background tasks automatically
using this service.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
Services in the Storage Domain
Azure Storage or Storage Accounts is a service from Azure which offers storage service for a variety of use
cases. Azure Storage is the Cloud Storage solution for modern applications which rely on durability,
availability, scalability to meet the needs of their customers.
Blob Storage
Blob storage is an all-in-one storage, a file system where you can upload any type of file, as it can store any
type of file.
Queue Storage
Queue Storage in Azure is a queuing service meaning – it lets you synchronize tasks, it lets you bundle a
series of tasks in a sequence and then let you add it to the Queue storage.
The Queue Storage will actually hold these tasks based on the sequence you have specified. And, services
such as App Service or Functions will communicate with queue storage and execute the tasks in the
sequence you have specified.
Technically, Azure Queue Storage is a service for storing large numbers of messages that can be accessed
from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up
to 64 kb in size, and a queue can contain millions if messages, up to the total capacity limit of a storage
account.
File System
The File System service in Azure is pretty much like Blobs with the major distinction being the flexibility it
gives you. Just like Blobs, you can upload any type of file in the File System but you can also mount it as a
drive on your Virtual Machine.
It functions just like a drive in your actual computer. In addition, it gives an authentication protocol, which
is called an SMB 3.0 protocol that servers use whenever there is a transaction. However, the OS should be
Windows 10 or above.
When you create a File System, it will essential function like creating a Networking Drive in your Virtual
Computer.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
Tables
The Tables service from Azure is just like NoSQL and helps to store large amounts of structured data. It
gives you added flexibility for relational data in specific use cases where you can make changes to
structured data without changing the database – like inserting additional field in an existing form.
Backup
Backup service is used to store data that is not frequently accessed.
For instance, you are using a Virtual Machine and it has many files that you needed in the past but no
longer do; however, they are important and maybe needed later on – so instead of blocking that storage on
your virtual machine which would cost you more, you will take its backup and add it to the Backup Storage.
Database Options
Azure offers support to a variety of databases including MSQL, SQL Server, SAP HANA and more. This
means you can easily implement SQL Server or SAP HANA databases on the Azure Infrastructure.
Azure has SAP Certifications that make it a safe bet to carry out SAP Workloads on Azure Infrastructure.
You must be wondering, if we have Database, why do we need additional storage on the Azure
Infrastructure?
The answer is fairly simple. The storage service in Azure is used to store files that are not structured, and
are random such as Videos or Audio/Music files.
On the other hand, databases are used to store or record data that are related to each other and may
influence each other depending on their relationship, in addition to changing with time or simply getting
updated.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
Auto-scaling & Load Balancing
Auto-scale is used to automatically scale the number of servers up-and-down according to your usage and
needs. What this means is you can specify a metric that allows you to automatically increase the number of
virtual machines to your specified number or reduce it in certain scenarios.
There are two options for using scaling:
Manual Scaling
Auto Scaling (always with load balancing)
You can specify the metrics you want for Auto-Scaling to come into force. They are:
 CPU Percentage
 Memory Percentage
 Disk Queue Length
 Http Queue Length
 Data In
 Data Out
In addition, there are two types of scaling you can do:
Horizontal Scaling
Horizontal Scaling is when you are increasing the servers you require
Vertical Scaling
This is when you are increasing the capacity or configuration of your systems/virtual machines. For
instance, you scale the processing capacity from an i3 to an i5 to an i7 processor depending on your needs.
Since auto-scaling is automatic and increases the number of VMs automatically, you need the load balancer
along with it. Essentially, the load balancer identifies the increase or decrease in the number of PCs/VMs
and distributes the load accordingly.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
Understanding Resources in Azure
What is a resource in Azure?
A resource is nothing but a manageable item that azure makes available to users. It can be a variety of
things including but not limited to:
 Virtual Machines
 Storage Accounts
 Web Apps
 Databases
 Virtual Networks & more…
To clear your confusion, an Azure resource is an instance of the Azure Cloud service offering (or its
components.) When you pay for any of the service from Azure and then go ahead to use it for anything, this
service essentially becomes a ‘resource’ for you. Hence, it is known as a manageable item that is available
through Azure.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
What is a Resource Group in Azure?
For a specific use case, if you need a group of services which you decide to use, they become resources for
you. Now, if you need to club these services together to execute tasks or deploy a solution, you need to
create a resource group in Azure.
Broadly speaking, this becomes kind of a tool-set you always have ready for that particular use case.
Technically speaking, a resource group is a container that holds related resources for an Azure solution.
Your resource group can include all the resources for the solution, or only those resources that you want to
manage as a group. You decide how you want to allocate resources to resource groups based on what
makes the most sense for your organization.
Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy,
update, and delete them as a group.
The resource group stores metadata about the resources. Therefore, when you specify a location for the
resource group, you are specifying where that metadata is stored. For compliance reasons, you may need
to ensure that your data is stored in a particular region.
Azure Resource Manager is the deployment and management service for Azure. It provides a management
layer that enables you to create, update, and delete resources in your Azure account. You use management
features, like access control, locks, and tags, to secure and organize your resources after deployment.
Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911
Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved.
How does all of this translate into your SAP Solution
deployment?
The right Azure Cloud Hosting Services partner to deploy SAP Solutions such as SAP Business One takes
your needs under careful consideration.
 It is crucial to assess the type of solution you need as that determines the workloads whether you’re
opting for SAP Business One, SAP S/4HANA or another SAP Cloud Solution
 It is vital to understand the integration involved with third party applications or SAP applications
themselves
 Furthermore, the resources you will need, meaning the services from Azure that will be required for
you to deploy, run and manage your applications has to be determined
All these factors determine the number of subscriptions you will need and will help you arrive at the kind of
availability and scalability you will need. Only an experienced organization, well versed with MS Azure cloud
hosting services optimized for SAP workloads can accomplish this.
At VC ERP, as an SAP Gold Partner with 20+ years of experience and a Microsoft Gold Partner, certified in
Azure services, we understand and deal with a variety of use cases, scenarios, workloads and optimizations
to ensure your SAP Solution works best on the Cloud.
Are you considering MS Azure Hosting for SAP, then get in touch with us. Call +91 79 48998911 (India)
Whatsapp +254 111229970 (Kenya), Call +1 469 915 6026 (North America) or drop an E-mail
at sayhello@vc-erp.com

More Related Content

Similar to MS Azure for Beginners Getting Started with Cloud Computing for Businesses.pdf

Cloud Computing & Control Auditing
Cloud Computing & Control AuditingCloud Computing & Control Auditing
Cloud Computing & Control AuditingNavin Malhotra
 
Discovering the value of the cloud for the business session 2
Discovering the value of the cloud for the business   session 2Discovering the value of the cloud for the business   session 2
Discovering the value of the cloud for the business session 2Dr. Ramkumar Lakshminarayanan
 
CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxSurajThapa79
 
A Complete Guide to Cloud Computing, Everything You Need To Know.pdf
A Complete Guide to Cloud Computing, Everything You Need To Know.pdfA Complete Guide to Cloud Computing, Everything You Need To Know.pdf
A Complete Guide to Cloud Computing, Everything You Need To Know.pdfVenpep2
 
Cloud computing easy approach
Cloud computing easy approachCloud computing easy approach
Cloud computing easy approachER Vasanth
 
Embracing success through Cloud Computing Services.pdf
Embracing success through Cloud Computing Services.pdfEmbracing success through Cloud Computing Services.pdf
Embracing success through Cloud Computing Services.pdforage technologies
 
An Intro to Cloud Computing......RG
An Intro to Cloud Computing......RGAn Intro to Cloud Computing......RG
An Intro to Cloud Computing......RGrajatricky
 
My aws cp study (autosaved)
My aws cp study (autosaved)My aws cp study (autosaved)
My aws cp study (autosaved)Vishnu Sure
 
Cloud computing bpos & windows azure oss
Cloud computing   bpos & windows azure ossCloud computing   bpos & windows azure oss
Cloud computing bpos & windows azure ossAvni Gupta
 
Introduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP CampaignIntroduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP CampaignGDSCVJTI
 
Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft AzureSoumya De
 
What are the pros and cons of using cloud applications.pdf
What are the pros and cons of using cloud applications.pdfWhat are the pros and cons of using cloud applications.pdf
What are the pros and cons of using cloud applications.pdfAnil
 
A Comprehensive Look into the World of Cloud Computing.pdf
A Comprehensive Look into the World of Cloud Computing.pdfA Comprehensive Look into the World of Cloud Computing.pdf
A Comprehensive Look into the World of Cloud Computing.pdfAnil
 
Cloud presentation for marketing purpose
Cloud presentation for marketing purposeCloud presentation for marketing purpose
Cloud presentation for marketing purposeAsif Anik
 
Cloud presentation for marketing purpose
Cloud presentation for marketing purposeCloud presentation for marketing purpose
Cloud presentation for marketing purposeAsif Anik
 
Overview of Amazon Web Services - kwiecień 2017
Overview of Amazon Web Services - kwiecień 2017Overview of Amazon Web Services - kwiecień 2017
Overview of Amazon Web Services - kwiecień 2017LCloud
 

Similar to MS Azure for Beginners Getting Started with Cloud Computing for Businesses.pdf (20)

Cloud Computing & Control Auditing
Cloud Computing & Control AuditingCloud Computing & Control Auditing
Cloud Computing & Control Auditing
 
Azure 900
Azure 900Azure 900
Azure 900
 
Discovering the value of the cloud for the business session 2
Discovering the value of the cloud for the business   session 2Discovering the value of the cloud for the business   session 2
Discovering the value of the cloud for the business session 2
 
CLOUD COMPUTING.pptx
CLOUD COMPUTING.pptxCLOUD COMPUTING.pptx
CLOUD COMPUTING.pptx
 
A Complete Guide to Cloud Computing, Everything You Need To Know.pdf
A Complete Guide to Cloud Computing, Everything You Need To Know.pdfA Complete Guide to Cloud Computing, Everything You Need To Know.pdf
A Complete Guide to Cloud Computing, Everything You Need To Know.pdf
 
Cloud computing easy approach
Cloud computing easy approachCloud computing easy approach
Cloud computing easy approach
 
Embracing success through Cloud Computing Services.pdf
Embracing success through Cloud Computing Services.pdfEmbracing success through Cloud Computing Services.pdf
Embracing success through Cloud Computing Services.pdf
 
An Intro to Cloud Computing......RG
An Intro to Cloud Computing......RGAn Intro to Cloud Computing......RG
An Intro to Cloud Computing......RG
 
My aws cp study (autosaved)
My aws cp study (autosaved)My aws cp study (autosaved)
My aws cp study (autosaved)
 
Cloud computing bpos & windows azure oss
Cloud computing   bpos & windows azure ossCloud computing   bpos & windows azure oss
Cloud computing bpos & windows azure oss
 
Introducing cloud computing complete
Introducing cloud computing completeIntroducing cloud computing complete
Introducing cloud computing complete
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Introduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP CampaignIntroduction to Google Cloud & GCCP Campaign
Introduction to Google Cloud & GCCP Campaign
 
UNIT - I.docx
UNIT - I.docxUNIT - I.docx
UNIT - I.docx
 
Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft Azure
 
What are the pros and cons of using cloud applications.pdf
What are the pros and cons of using cloud applications.pdfWhat are the pros and cons of using cloud applications.pdf
What are the pros and cons of using cloud applications.pdf
 
A Comprehensive Look into the World of Cloud Computing.pdf
A Comprehensive Look into the World of Cloud Computing.pdfA Comprehensive Look into the World of Cloud Computing.pdf
A Comprehensive Look into the World of Cloud Computing.pdf
 
Cloud presentation for marketing purpose
Cloud presentation for marketing purposeCloud presentation for marketing purpose
Cloud presentation for marketing purpose
 
Cloud presentation for marketing purpose
Cloud presentation for marketing purposeCloud presentation for marketing purpose
Cloud presentation for marketing purpose
 
Overview of Amazon Web Services - kwiecień 2017
Overview of Amazon Web Services - kwiecień 2017Overview of Amazon Web Services - kwiecień 2017
Overview of Amazon Web Services - kwiecień 2017
 

More from VCERPConsultingPvtLt1

Revolutionizing the Business Landscape with SAP Business Technology Platform ...
Revolutionizing the Business Landscape with SAP Business Technology Platform ...Revolutionizing the Business Landscape with SAP Business Technology Platform ...
Revolutionizing the Business Landscape with SAP Business Technology Platform ...VCERPConsultingPvtLt1
 
Embrace the Cloud On Your Terms with RISE with SAP
Embrace the Cloud On Your Terms with RISE with SAPEmbrace the Cloud On Your Terms with RISE with SAP
Embrace the Cloud On Your Terms with RISE with SAPVCERPConsultingPvtLt1
 
Revolutionizing Business Transformation and Cloud Adoption in 2023
Revolutionizing Business Transformation and Cloud Adoption in 2023Revolutionizing Business Transformation and Cloud Adoption in 2023
Revolutionizing Business Transformation and Cloud Adoption in 2023VCERPConsultingPvtLt1
 
Answering the Top 7 FAQs about RISE with SAP Business Implementation
Answering the Top 7 FAQs about RISE with SAP Business ImplementationAnswering the Top 7 FAQs about RISE with SAP Business Implementation
Answering the Top 7 FAQs about RISE with SAP Business ImplementationVCERPConsultingPvtLt1
 
10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...
10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...
10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...VCERPConsultingPvtLt1
 
Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?
Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?
Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?VCERPConsultingPvtLt1
 
Unlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAP
Unlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAPUnlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAP
Unlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAPVCERPConsultingPvtLt1
 
Choosing Between GROW with SAP & RISE with SAP for Business Transformation
Choosing Between GROW with SAP & RISE with SAP for Business TransformationChoosing Between GROW with SAP & RISE with SAP for Business Transformation
Choosing Between GROW with SAP & RISE with SAP for Business TransformationVCERPConsultingPvtLt1
 
From Traditional to Digital: Taking Utilities Industry to the next level with...
From Traditional to Digital: Taking Utilities Industry to the next level with...From Traditional to Digital: Taking Utilities Industry to the next level with...
From Traditional to Digital: Taking Utilities Industry to the next level with...VCERPConsultingPvtLt1
 
SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...
SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...
SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...VCERPConsultingPvtLt1
 
Top 7 FAQs Answered: Decoding RISE with SAP for Enterprises
Top 7 FAQs Answered: Decoding RISE with SAP for EnterprisesTop 7 FAQs Answered: Decoding RISE with SAP for Enterprises
Top 7 FAQs Answered: Decoding RISE with SAP for EnterprisesVCERPConsultingPvtLt1
 
Unleash the Power of Sustainable Workforce with SAP SuccessFactors.pdf
Unleash the Power of Sustainable Workforce with SAP SuccessFactors.pdfUnleash the Power of Sustainable Workforce with SAP SuccessFactors.pdf
Unleash the Power of Sustainable Workforce with SAP SuccessFactors.pdfVCERPConsultingPvtLt1
 
SAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise Efficiency
SAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise EfficiencySAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise Efficiency
SAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise EfficiencyVCERPConsultingPvtLt1
 
Top 6 Reasons to Run SAP on AWS for a Scalable Business.pdf
Top 6 Reasons to Run SAP on AWS for a Scalable Business.pdfTop 6 Reasons to Run SAP on AWS for a Scalable Business.pdf
Top 6 Reasons to Run SAP on AWS for a Scalable Business.pdfVCERPConsultingPvtLt1
 
SAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdf
SAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdfSAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdf
SAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdfVCERPConsultingPvtLt1
 
A Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdf
A Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdfA Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdf
A Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdfVCERPConsultingPvtLt1
 
8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdf
8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdf8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdf
8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdfVCERPConsultingPvtLt1
 
Business Transformation What to Expect from RISE With SAP in 2022.pdf
Business Transformation What to Expect from RISE With SAP in 2022.pdfBusiness Transformation What to Expect from RISE With SAP in 2022.pdf
Business Transformation What to Expect from RISE With SAP in 2022.pdfVCERPConsultingPvtLt1
 
Top 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & Planning
Top 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & PlanningTop 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & Planning
Top 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & PlanningVCERPConsultingPvtLt1
 
5 Tips to Effectively Migrate Your Planning to SAP Analytics Cloud
5 Tips to Effectively Migrate Your Planning to SAP Analytics Cloud5 Tips to Effectively Migrate Your Planning to SAP Analytics Cloud
5 Tips to Effectively Migrate Your Planning to SAP Analytics CloudVCERPConsultingPvtLt1
 

More from VCERPConsultingPvtLt1 (20)

Revolutionizing the Business Landscape with SAP Business Technology Platform ...
Revolutionizing the Business Landscape with SAP Business Technology Platform ...Revolutionizing the Business Landscape with SAP Business Technology Platform ...
Revolutionizing the Business Landscape with SAP Business Technology Platform ...
 
Embrace the Cloud On Your Terms with RISE with SAP
Embrace the Cloud On Your Terms with RISE with SAPEmbrace the Cloud On Your Terms with RISE with SAP
Embrace the Cloud On Your Terms with RISE with SAP
 
Revolutionizing Business Transformation and Cloud Adoption in 2023
Revolutionizing Business Transformation and Cloud Adoption in 2023Revolutionizing Business Transformation and Cloud Adoption in 2023
Revolutionizing Business Transformation and Cloud Adoption in 2023
 
Answering the Top 7 FAQs about RISE with SAP Business Implementation
Answering the Top 7 FAQs about RISE with SAP Business ImplementationAnswering the Top 7 FAQs about RISE with SAP Business Implementation
Answering the Top 7 FAQs about RISE with SAP Business Implementation
 
10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...
10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...
10 Key Considerations for a Successful Migration to SAP SuccessFactors from S...
 
Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?
Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?
Power BI vs SAC: Which BI Solution Reigns Supreme in Business Intelligence?
 
Unlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAP
Unlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAPUnlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAP
Unlock Your Business’s Full Potential with the Ultimate Guide to GROW with SAP
 
Choosing Between GROW with SAP & RISE with SAP for Business Transformation
Choosing Between GROW with SAP & RISE with SAP for Business TransformationChoosing Between GROW with SAP & RISE with SAP for Business Transformation
Choosing Between GROW with SAP & RISE with SAP for Business Transformation
 
From Traditional to Digital: Taking Utilities Industry to the next level with...
From Traditional to Digital: Taking Utilities Industry to the next level with...From Traditional to Digital: Taking Utilities Industry to the next level with...
From Traditional to Digital: Taking Utilities Industry to the next level with...
 
SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...
SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...
SAP S/4HANA for Finance 2: Transforming CFO’s Vision to Value with Digital Re...
 
Top 7 FAQs Answered: Decoding RISE with SAP for Enterprises
Top 7 FAQs Answered: Decoding RISE with SAP for EnterprisesTop 7 FAQs Answered: Decoding RISE with SAP for Enterprises
Top 7 FAQs Answered: Decoding RISE with SAP for Enterprises
 
Unleash the Power of Sustainable Workforce with SAP SuccessFactors.pdf
Unleash the Power of Sustainable Workforce with SAP SuccessFactors.pdfUnleash the Power of Sustainable Workforce with SAP SuccessFactors.pdf
Unleash the Power of Sustainable Workforce with SAP SuccessFactors.pdf
 
SAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise Efficiency
SAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise EfficiencySAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise Efficiency
SAP S/4HANA on GCP Embark on the Cloud Journey for Enterprise Efficiency
 
Top 6 Reasons to Run SAP on AWS for a Scalable Business.pdf
Top 6 Reasons to Run SAP on AWS for a Scalable Business.pdfTop 6 Reasons to Run SAP on AWS for a Scalable Business.pdf
Top 6 Reasons to Run SAP on AWS for a Scalable Business.pdf
 
SAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdf
SAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdfSAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdf
SAP B1 on AWS Take the First Step Towards Scalability & Flexibility.pdf
 
A Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdf
A Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdfA Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdf
A Quick Guide to Get Started on Hosting SAP S4HANA On AWS.pdf
 
8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdf
8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdf8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdf
8 Key Reasons to Choose SAP S4HANA Public Cloud for a Resilient Business.pdf
 
Business Transformation What to Expect from RISE With SAP in 2022.pdf
Business Transformation What to Expect from RISE With SAP in 2022.pdfBusiness Transformation What to Expect from RISE With SAP in 2022.pdf
Business Transformation What to Expect from RISE With SAP in 2022.pdf
 
Top 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & Planning
Top 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & PlanningTop 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & Planning
Top 6 Benefits of SAP Analytics Cloud – Central Hub of BI, Analytics & Planning
 
5 Tips to Effectively Migrate Your Planning to SAP Analytics Cloud
5 Tips to Effectively Migrate Your Planning to SAP Analytics Cloud5 Tips to Effectively Migrate Your Planning to SAP Analytics Cloud
5 Tips to Effectively Migrate Your Planning to SAP Analytics Cloud
 

Recently uploaded

What are the features of Vehicle Tracking System?
What are the features of Vehicle Tracking System?What are the features of Vehicle Tracking System?
What are the features of Vehicle Tracking System?Watsoo Telematics
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
buds n tech IT solutions
buds n  tech IT                solutionsbuds n  tech IT                solutions
buds n tech IT solutionsmonugehlot87
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 

Recently uploaded (20)

What are the features of Vehicle Tracking System?
What are the features of Vehicle Tracking System?What are the features of Vehicle Tracking System?
What are the features of Vehicle Tracking System?
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
buds n tech IT solutions
buds n  tech IT                solutionsbuds n  tech IT                solutions
buds n tech IT solutions
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 

MS Azure for Beginners Getting Started with Cloud Computing for Businesses.pdf

  • 1. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. MS Azure for Beginners: Getting Started with Cloud Computing for Businesses
  • 2. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. Table of Contents What is MS Azure? Components of Azure Services in the Storage Domain Understanding Resources in Azure What is a Resource Group in Azure? How does all of this translate into your SAP Solution deployment?
  • 3. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. The ongoing COVID-19 pandemic has elevated how businesses work and operate. The increased number of employees working from home using conferencing and collaboration services has given rise to Cloud Computing. Cloud Computing is the delivery of different services like data storage, servers, databases, networking and software. Cloud-based storage makes it possible to save files to a remote database and retrieve them on demand. Businesses have started to understand the need of digital transformation in the changing economy. Industry leaders are turning towards implementing SAP ERP Solutions for their changing business needs. Host SAP ERP Solutions like SAP Business One & SAP S/4HANA on MS Azure and harness the power of Cloud computing to run your workloads on a scalable, compliant and enterprise-proven platform. In this article, we break down the basics of MS Azure Cloud Hosting and everything you should know to get started on your Cloud Journey. In this article, we aim to explain the databases – the difference between Ms SQL and SAP HANA database to help you decide which is best suited for your business. However, let’s start with the basics first.
  • 4. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. What is MS Azure? Microsoft Azure, often referred to as Azure, is a cloud computing service operated by Microsoft for application management via Microsoft-managed data centers. To simplify, Microsoft Azure is a growing collection of integrated cloud services which developers and IT professionals use to build, deploy and manage applications through Microsoft’s global network of datacenters. Microsoft and SAP have a long standing partnership which ensures that your MS Azure infrastructure to host your SAP Business One solutions and connected solutions and integrations, is optimized for SAP workloads and certified for SAP. As an award-winning SAP Gold Partner and a certified Microsoft Gold Partner, we bring you the best of both worlds in your SAP Business One implementation and deployment.
  • 5. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. Components of Azure There are three kinds of Azure services in the Compute Domain Virtual Machines Azure Virtual Machine is just like a new machine with a freshly installed operating system. It is a virtual computer whose rights you have to do with as you please. With a virtual machine, you can define how much RAM, how much storage and the exact configuration you will need. So Azure will create this machine for you and it will give you an IP address and password for that Virtual Machine. The user can use a remote desktop connection, enter the IP address and the password and then connect to the Virtual Machine/Computer. Once you log in to the Virtual Machine, you have full access to this computer. You can make it anything you want – like a website server or you can use it for image processing or any other purpose you would use a server for. Depending on the Operating System your Virtual Machine has, there are primarily two types of VMs available on Azure:  Windows Virtual Machines  Linux Virtual Machines App Service App service is nothing but an automated version of Virtual Machines with limited functionality. What it essentially does is – it lets you upload whatever code you want to deploy, and it executes the code automatically for you. You don’t get access to the UI like a regular operating system on your laptop or computer, but it saves you the hassle of manually configuring firewalls and other system protocols that would be needed depending on the application you are hosting. One of the major pre-requisites of using App Service is that you need to specify which technology or programming language you will be using – PHP, .NET, Node.js or Python. Functions It is an Azure service which allows you to execute backend processing tasks, you cannot deploy an application using Functions; however, you can execute any major/minor background tasks automatically using this service.
  • 6. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. Services in the Storage Domain Azure Storage or Storage Accounts is a service from Azure which offers storage service for a variety of use cases. Azure Storage is the Cloud Storage solution for modern applications which rely on durability, availability, scalability to meet the needs of their customers. Blob Storage Blob storage is an all-in-one storage, a file system where you can upload any type of file, as it can store any type of file. Queue Storage Queue Storage in Azure is a queuing service meaning – it lets you synchronize tasks, it lets you bundle a series of tasks in a sequence and then let you add it to the Queue storage. The Queue Storage will actually hold these tasks based on the sequence you have specified. And, services such as App Service or Functions will communicate with queue storage and execute the tasks in the sequence you have specified. Technically, Azure Queue Storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up to 64 kb in size, and a queue can contain millions if messages, up to the total capacity limit of a storage account. File System The File System service in Azure is pretty much like Blobs with the major distinction being the flexibility it gives you. Just like Blobs, you can upload any type of file in the File System but you can also mount it as a drive on your Virtual Machine. It functions just like a drive in your actual computer. In addition, it gives an authentication protocol, which is called an SMB 3.0 protocol that servers use whenever there is a transaction. However, the OS should be Windows 10 or above. When you create a File System, it will essential function like creating a Networking Drive in your Virtual Computer.
  • 7. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. Tables The Tables service from Azure is just like NoSQL and helps to store large amounts of structured data. It gives you added flexibility for relational data in specific use cases where you can make changes to structured data without changing the database – like inserting additional field in an existing form. Backup Backup service is used to store data that is not frequently accessed. For instance, you are using a Virtual Machine and it has many files that you needed in the past but no longer do; however, they are important and maybe needed later on – so instead of blocking that storage on your virtual machine which would cost you more, you will take its backup and add it to the Backup Storage. Database Options Azure offers support to a variety of databases including MSQL, SQL Server, SAP HANA and more. This means you can easily implement SQL Server or SAP HANA databases on the Azure Infrastructure. Azure has SAP Certifications that make it a safe bet to carry out SAP Workloads on Azure Infrastructure. You must be wondering, if we have Database, why do we need additional storage on the Azure Infrastructure? The answer is fairly simple. The storage service in Azure is used to store files that are not structured, and are random such as Videos or Audio/Music files. On the other hand, databases are used to store or record data that are related to each other and may influence each other depending on their relationship, in addition to changing with time or simply getting updated.
  • 8. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. Auto-scaling & Load Balancing Auto-scale is used to automatically scale the number of servers up-and-down according to your usage and needs. What this means is you can specify a metric that allows you to automatically increase the number of virtual machines to your specified number or reduce it in certain scenarios. There are two options for using scaling: Manual Scaling Auto Scaling (always with load balancing) You can specify the metrics you want for Auto-Scaling to come into force. They are:  CPU Percentage  Memory Percentage  Disk Queue Length  Http Queue Length  Data In  Data Out In addition, there are two types of scaling you can do: Horizontal Scaling Horizontal Scaling is when you are increasing the servers you require Vertical Scaling This is when you are increasing the capacity or configuration of your systems/virtual machines. For instance, you scale the processing capacity from an i3 to an i5 to an i7 processor depending on your needs. Since auto-scaling is automatic and increases the number of VMs automatically, you need the load balancer along with it. Essentially, the load balancer identifies the increase or decrease in the number of PCs/VMs and distributes the load accordingly.
  • 9. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. Understanding Resources in Azure What is a resource in Azure? A resource is nothing but a manageable item that azure makes available to users. It can be a variety of things including but not limited to:  Virtual Machines  Storage Accounts  Web Apps  Databases  Virtual Networks & more… To clear your confusion, an Azure resource is an instance of the Azure Cloud service offering (or its components.) When you pay for any of the service from Azure and then go ahead to use it for anything, this service essentially becomes a ‘resource’ for you. Hence, it is known as a manageable item that is available through Azure.
  • 10. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. What is a Resource Group in Azure? For a specific use case, if you need a group of services which you decide to use, they become resources for you. Now, if you need to club these services together to execute tasks or deploy a solution, you need to create a resource group in Azure. Broadly speaking, this becomes kind of a tool-set you always have ready for that particular use case. Technically speaking, a resource group is a container that holds related resources for an Azure solution. Your resource group can include all the resources for the solution, or only those resources that you want to manage as a group. You decide how you want to allocate resources to resource groups based on what makes the most sense for your organization. Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group. The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region. Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.
  • 11. Website: www.vc-erp.com | Email-id: sayhello@vc-erp.com | Phone: +91 79 48998911 Copyright © 2022 VC ERP Consulting (P) Ltd. All rights reserved. How does all of this translate into your SAP Solution deployment? The right Azure Cloud Hosting Services partner to deploy SAP Solutions such as SAP Business One takes your needs under careful consideration.  It is crucial to assess the type of solution you need as that determines the workloads whether you’re opting for SAP Business One, SAP S/4HANA or another SAP Cloud Solution  It is vital to understand the integration involved with third party applications or SAP applications themselves  Furthermore, the resources you will need, meaning the services from Azure that will be required for you to deploy, run and manage your applications has to be determined All these factors determine the number of subscriptions you will need and will help you arrive at the kind of availability and scalability you will need. Only an experienced organization, well versed with MS Azure cloud hosting services optimized for SAP workloads can accomplish this. At VC ERP, as an SAP Gold Partner with 20+ years of experience and a Microsoft Gold Partner, certified in Azure services, we understand and deal with a variety of use cases, scenarios, workloads and optimizations to ensure your SAP Solution works best on the Cloud. Are you considering MS Azure Hosting for SAP, then get in touch with us. Call +91 79 48998911 (India) Whatsapp +254 111229970 (Kenya), Call +1 469 915 6026 (North America) or drop an E-mail at sayhello@vc-erp.com