> For the complete documentation index, see [llms.txt](https://www.osdeploy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.osdeploy.com/guides/go-osdcloud/azure-function.md).

# Azure Function

Get started by creating a new Function App in Azure Portal

## Create Function App

* Resource Group - Create a new one or use an existing Resource Group
* Function App name - \<Give it a good name>
* Publish - Code
* Runtime stack - PowerShell Core
* Version - 7.0
* Region - \<your decision>
* Next - Hosting

![](/files/Xjjxp5ysx4tkFWLdBAI8)

## Hosting

* Storage account - \<Create new or choose an existing>
* Operating System - Windows
* Plan type - Consumption (Serverless)
* Next

![](/files/tAep9nhJJBDc2uN2jc3B)

## Optional Settings

Continue through to create your new Azure Function App. The remainder of the settings don't have an impact on the Function

## Enable Proxies

The first thing you should notice is that Proxies is disabled. Complete the following steps

1. Proxies: Disabled
2. Configuration
3. Function runtime settings
4. Runtime version: \~3
5. Save
6. Refresh
7. Refresh the Function App blade in your browser (not shown)
8. Overview
9. Restart

![](/files/vZamaWs059uMVcwgJxg0)

![](/files/2qXg0ICFhfBua88yeiRk)

![](/files/iJwKfrLWwQAD819fpnaj)

## Sponsor

OSDeploy is sponsored by [Recast Software](https://www.recastsoftware.com/?utm_source=osdeploy\&utm_medium=ad\&utm_campaign=web) and their Systems Management Tools

{% embed url="<https://www.recastsoftware.com/?utm_source=osdeploy&utm_medium=ad&utm_campaign=web>" %}
Sponsored by Recast Software
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.osdeploy.com/guides/go-osdcloud/azure-function.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
