Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
292 stars 184 forks source link

[webapps] Azure Web Apps samples #40

Open radu-matei opened 6 years ago

radu-matei commented 6 years ago

Hi, everyone! I'm starting to look at adding the web apps examples and I'm trying to understand what the most important operations would be, as the operation list for web apps is quite long.

Besides the usual create, list, delete operations, which ones do you think should be part of the samples (like creating a deployment slot, starting, stopping, swapping slots...)

Thanks, Radu M

radu-matei commented 6 years ago

Also, there are differences between v11.2.2-beta and v12.0.0-beta. Moving to v12.0.0-beta will also break most of the existing samples - so I assume there is no point in adding the samples for v11.2.2-beta, is there?

sptramer commented 6 years ago

All samples should be migrated to and written for v12.0.0-beta from this point onwards. I'm not sure what @joshgav 's strategy for performing the full migration is, but there is a v12 branch to work on.

radu-matei commented 6 years ago

@sptramer - created PR for initial v12 migration here https://github.com/Azure-Samples/azure-sdk-for-go-samples/pull/41

Waiting for a review there before adding more samples.

Radu M

joshgav commented 6 years ago

thanks for opening this @radu-matei, we definitely need web apps samples, they go here https://github.com/Azure-Samples/azure-sdk-for-go-samples/tree/master/web.

There may be some Kudu-based operations missing, we're looking into that now.