recneps.net - Steve Spencer's Blog | Blogging on Azure Stuff

Description: Blogging on Azure Stuff

agile (1874) azure (1375) asp.net (1338) acs (289) azure devops (28) adfs (15) apim (14) azure ad (9) appfabric (2) azure app service (1)

Example domain paragraphs

A deployment slot is effectively another Azure function that is linked to your production instance. A deployment slot allows you to deploy your function to the slot and be able to test it separately to the production instance. It will have its own url and access key. When you are happy with the function you can then make it live by swapping the production and staging slots. The deployment in production becomes staging and the deployment in staging becomes production. This means that if there are issues with

In Azure portal. Navigate to your Azure function and click on “Deployment slots” then “Add slot” Enter the name of your new slot. Note : You can have more than one slot if you wish and each one can be deployed to separately. You now have a new slot and you can manually deploy to the slot from Visual studio as you have been doing with your current production slot. Creating a Release Pipeline to deploy to the slot In Azure DevOps click on “Pipelines” then “Releases” Click “New pipeline” and search for “functi

The documentation for Graph API is here and is currently in Beta so you will need to use the Beta libraries to access.

Links to recneps.net (10)