DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
11 Monitoring and Observability Tools for 2023
Learn more
  1. DZone
  2. Software Design and Architecture
  3. Cloud Architecture
  4. How To Create Microsoft Azure Function App Using Azure Cloud Portal

How To Create Microsoft Azure Function App Using Azure Cloud Portal

Make a function app that allows you to organize functions into logical groups for simpler resource management, deployment, and sharing.

Sardar Mudassar Ali Khan user avatar by
Sardar Mudassar Ali Khan
·
Mar. 07, 23 · Analysis
Like (1)
Save
Tweet
Share
1.57K Views

Join the DZone community and get the full member experience.

Join For Free

Create Function App

Make a function app that allows you to organize functions into logical groups for simpler resource management, deployment, and sharing. Functions enable serverless code execution without the need to initially publish a web application or establish a virtual machine.

Project Details

To control costs and deploy resources, choose a subscription. For resource management and organization, use resource groups like folders.

Create a resource

Create Function App

Give the application a name, then choose the development stack in which to execute it after selecting the subscription and creating the resource group.

Give the application a name

Operating System

The operating system has been recommended for you based on your selection of runtime stack.

Operating System

Plan

The plan you choose dictates how your app scales, what features are enabled, and how it is priced.

Plan

Select the Hosting Storage Option

You must build or link to a general-purpose Azure Storage account that supports blobs, queues, and table storage when creating a function app.

Select the Hosting Storage Option

Select the Networking Option

Function Apps can be set up with an inbound address that is either isolated to an Azure virtual network or made public to the internet. Additionally, function apps can be configured to have outward traffic that can reach endpoints in a virtual network, be controlled by network security groups, or be impacted by virtual network routes. Your program can access the internet by default but is unable to connect to a virtual network. After the app is provided, these features can also be modified.

Select the Networking Option

Select the Monitoring Option 

Application Performance Management (APM) offering for developers and DevOps experts is Azure Monitor application insights. To automatically monitor your application, turn it on below. It has robust analytics capabilities that will help you identify problems and understand how people interact with your app, and it will spot performance anomalies. The quantity of data used by Application Insights and your data retention preferences determine your bill.

Select the Monitoring Option


Select the Monitoring Option2

Select the Deployment Option

To deploy your app continually, enable GitHub Actions. When a new commit is made to your repository, the automation framework GitHub Actions may build, test, and deploy your app. Choose your repository here if your code is stored in GitHub, and we'll add a process file to let you deploy your app-to-app service automatically. Once the web app has been created, go to the Deployment Center to configure your deployment if your code is not already on GitHub.

Select the Deployment Option

GitHub Actions Details

Select your GitHub details, so Azure Web Apps can access your repository. You must have written access to your chosen repository to deploy with GitHub Actions.

GitHub Actions Details

Select the Tags Option

By assigning the same tag to several resources and resource groups, tags, which are name/value pairs, allow you to categorize resources and examine consolidated billing.

Note that if you create tags and then change resource settings on other tabs, your tags will be automatically updated.

Select the Tags Option

Review and Create

Now verify all your settings and hit the review and create button.

Review and Create

Review and Create2

Initial Deployment 

In the below figure, you can see the initial development.

Initial Deployment

Deployment in Progress

Our Application Deployment is in progress. 

Deployment in Progress

Deployment Complete 

Now you can see that our Deployment has been done

Deployment Complete

Hit the Application URL

Now After the deployment is done, hit the application URL.

Hit the Application URL

Application Live URL

Now our application is running fine.

Azure Web Apps Web application app azure

Published at DZone with permission of Sardar Mudassar Ali Khan. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Running Databases on Kubernetes
  • A Beginner's Guide to Infrastructure as Code
  • GitLab vs Jenkins: Which Is the Best CI/CD Tool?
  • Container Security: Don't Let Your Guard Down

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: