Can I create python functions with a dreamspark account? Thank you for your attention!
See original GitHub issueDoes this occur consistently? Repro steps:
Action: azureFunctions.createFunctionApp Error type: DisallowedProvider Error Message: The operation is not permitted for namespace ‘Microsoft.Storage’. List of permitted provider namespaces is ‘Microsoft.Authorization,Microsoft.Billing,Microsoft.Education,Microsoft.Features,microsoft.insights,Microsoft.NotificationHubs,Microsoft.Resources,Microsoft.Sql,Microsoft.Subscription,microsoft.support,microsoft.visualstudio,Microsoft.Web’.
Version: 1.8.1 OS: win32 OS Release: 10.0.19044 Product: Visual Studio Code Product Version: 1.71.2 Language: ru
Call Stack
handleErrorResponse extension.bundle.js:2:1945875
deserializeResponseBody extension.bundle.js:2:1946606
Issue Analytics
- State:
- Created a year ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Defining Your Own Python Function
In this tutorial, you'll learn how to define your own Python function. You'll learn when to divide your program into separate user-defined functions...
Read more >Create a function in Azure with Python using Visual Studio Code
Learn how to create a Python function, then publish the local project to serverless hosting in Azure Functions using the Azure Functions ......
Read more >How to Use Azure Functions With Python - Vonage Developer
I'm going to show you how to build a simple Vonage app with two webhooks hosted on Azure Functions. The idea is that...
Read more >How To Define Functions in Python 3 - DigitalOcean
A function is a block of instructions that, once defined, both performs an action once the function is called and makes that action ......
Read more >4. Code Reuse: Functions and Modules - Head First Python ...
Take a collection of functions and package them as a file, and you've got a module (which can also be reused). It's true...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
App Service plan is also not supported for subscription. I have no problem with local development. And what’s more interesting, I can publish functions in C#, but it doesn’t work for python. I think we can close this issue? Thanks Nathan!
Right… This seems like a weird oversight with the Azure Education accounts. Is it possible to create the Functions with an App Service plan instead? Or maybe you can get access to some other storage account?
If you just need to do things locally, you can download Azurite and create a local emulator. If you do that, you’ll need to set
AzureWebJobsStorage
toUseDevelopmentStorage=true