Azure Classroom Series – 16/Oct/2020

Choosing Credential Options

  • Azure Recommends using DefaultAzureCredentials, which reads the credentials from Environment variables.
  • As per your app needs other Credentials can be used. Refer Here for ClientSecretCredentials.

Azure Functions

  • Azure Functions are charged per second only when the code is running, unlike azure app service where you are charged hourly when the app service plan is running (even if there are no code executions)
  • Azure Functions falls under the category of Serverless offerings from Microsoft.
  • Triggers are what cause Azure functions to run.
  • Lets create an Azure function: Navigate to All Services => Azure Function App
  • Exercise: Configure Azure Functions local dev setup Refer Here
  • Next Steps:
    • Setting up the local dev environment for Azure Functions
    • Azure function plans
    • Understanding Triggers & Bindings
    • Understanding Azure functions & Azure Durable Functions
    • What is Serverless?

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%