question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can I create python functions with a dreamspark account? Thank you for your attention!

See original GitHub issue

Does 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:closed
  • Created a year ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
IHVHcommented, Oct 11, 2022

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!

0reactions
nturinskicommented, Oct 10, 2022

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 to UseDevelopmentStorage=true

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found