Microsoft Azure Adalah
Mode magang tidak pernah diaktifkan.
Permintaan tidak dapat dipahami oleh server.
Nama kebijakan kustom harus unik.
Model tidak ditemukan dalam evaluasi.
Evaluasi Offline tidak ditemukan.
Ujung depan tidak ditemukan.
Terjadi kesalahan umum pada server.
SAS Uri harus menjadi Uri ke kontainer yang memiliki izin tulis.
Kontrak evaluasi tidak valid.
Permintaan peristiwa aktifkan tidak valid.
Permintaan tidak valid.
Memperbarui defaultReward, rewardWaitTime dan rewardAggregation saat mengubah mode pembelajaran dari Online ke mode Magang dan sebaliknya tidak diizinkan. Buat perubahan mode lalu ubah pengaturan tambahan dengan panggilan API tambahan.
Metadata model tidak valid.
Fitur multi-slot saat ini dinonaktifkan. Silakan ikuti dokumentasi Personalizer multi-slot untuk memperbarui pengaturan perulangan Anda untuk mengaktifkan fungsionalitas multi-slot.
Konfigurasi kebijakan tidak valid.
Kontrak kebijakan tidak valid.
Permintaan tidak valid.
Permintaan hadiah tidak valid.
Waktu tunggu hadiah harus antara 5 detik dan 2 hari
Konfigurasi layanan tidak valid.
Pengaturan Pembelajaran tidak ditemukan dalam evaluasi.
Properti log tidak ditemukan.
Ukuran total log melebihi batas yang diizinkan.
AppId hilang di header .
Kunci brankas kunci yang digunakan untuk kunci yang dikelola pelanggan tidak dapat diakses.
Pembaruan metadata model gagal.
Penerbitan model gagal.
Kesalahan saat memberi peringkat tindakan menggunakan model. Pastikan pengaturan pembelajaran valid.
Tidak ada log dalam rentang tanggal.
Operasi ini tidak diperbolehkan saat ini.
Pengoptimalan otomatis tidak kompatibel dengan personalisasi multi-slot.
Panggilan peringkat mengembalikan respons null.
Sumber daya yang diminta tidak ada di server.
Gagal memperbarui konfigurasi.
Keandalan dan performa
Domain DNS di Azure Public DNS dihosting di jaringan global server nama DNS Azure. Azure Public DNS menggunakan jaringan anycast. Setiap kueri DNS dijawab oleh server DNS terdekat yang tersedia untuk memberikan performa cepat dan ketersediaan tinggi untuk domain Anda.
Azure Public DNS didasarkan pada Azure Resource Manager, yang menyediakan fitur seperti:
Untuk informasi lebih lanjut, lihat Cara melindungi zona dan catatan DNS.
Azure Public DNS mendukung DNSSEC. Untuk informasi selengkapnya, lihat Gambaran umum DNSSEC.
Azure Public DNS juga dapat mengelola catatan DNS untuk layanan Azure Anda dan menyediakan DNS untuk sumber daya eksternal Anda. Azure Public DNS terintegrasi dalam portal Azure dan menggunakan kredensial, kontrak dukungan, dan tagihan yang sama dengan layanan Azure Anda lainnya.
Tagihan DNS didasarkan pada jumlah zona DNS yang di-hosting di Azure dan pada jumlah kueri DNS yang diterima. Untuk mempelajari lebih lanjut tentang harga, lihat Harga Azure DNS.
Domain dan catatan Anda dapat dikelola dengan menggunakan portal Microsoft Azure, cmdlet Azure PowerShell, dan Azure CLI lintas platform. Aplikasi yang memerlukan manajemen DNS otomatis dapat diintegrasikan dengan layanan menggunakan REST API dan SDK.
Cara membuka microsoft word di Microsoft Word
Gulung balik pertukaran
Jika swap menghasilkan kesalahan atau Anda hanya ingin "membatalkan" swap, Anda dapat kembali ke keadaan awal. Untuk kembali ke status yang telah ditukar, lakukan pertukaran lain untuk membalikkan pertukaran.
Anda dapat menghapus slot menggunakan Azure CLI atau melalui portal Azure.
Gunakan langkah-langkah ini untuk menghapus slot dari aplikasi Anda di portal:
Navigasi ke Slot penerapan di aplikasi fungsi, lalu pilih nama slot.
Ketik nama slot penyebaran yang ingin Anda hapus, lalu pilih Hapus.
Tutup panel konfirmasi.
Access slot resources
You access resources (HTTP triggers and administrator endpoints) in a staging slot in the same way as the production slot. However, instead of the function app host name you use the slot-specific host name in the request URL, along with any slot-specific keys. Because staging slots are live apps, you must secure your functions in a staging slot as you would in the production slot.
You can swap slots in an out of production using either the Azure CLI or through the Azure portal.
Use these steps to swap a staging slot into production:
Navigate to the function app.
Select Deployment slots, and then select Swap.
Verify the configuration settings for your swap and select Swap
The swap operation can take a few seconds.
Run this az functionapp deployment slot swap command to swap between a slot named staging and the production slot in your function app:
If a swap results in an error or you simply want to "undo" a swap, you can roll back to the initial state. To return to the preswapped state, do another swap to reverse the swap.
You can remove a slot using either the Azure CLI or through the Azure portal.
Use these steps to remove a slot from your app in the portal:
Navigate to Deployment slots in the function app, and then select the slot name.
Type the name of the deployment slot you want to delete, and then select Delete.
Close the confirmation pane.
Run the az functionapp deployment slot delete command to remove a slot named staging from your function app:
Membuat pengaturan penyebaran
Anda dapat menandai pengaturan sebagai pengaturan penyebaran, yang membuatnya lengket. Pengaturan lekat tidak bertukar dengan instans aplikasi.
Jika Anda membuat pengaturan penyebaran dalam satu slot, pastikan untuk membuat pengaturan yang sama dengan nilai unik di slot lain yang terlibat dalam swap. Dengan cara ini, sementara nilai pengaturan tidak berubah, nama pengaturan tetap konsisten di antara slot. Konsistensi nama ini memastikan kode Anda tidak mencoba mengakses pengaturan yang ditentukan dalam satu slot dan bukan di slot lain.
Gunakan langkah-langkah berikut untuk membuat pengaturan penyebaran:
Navigasi ke Slot penerapan di aplikasi fungsi, lalu pilih nama slot.
Pilih Konfigurasi, lalu pilih nama pengaturan yang ingin Anda lekatkan dengan slot saat ini.
Pilih Pengaturan slot penyebaran,lalu pilih OK.
Setelah bagian pengaturan menghilang, pilih Simpan untuk mempertahankan perubahan
Slot kosong saat Anda membuat slot. Anda dapat menggunakan salah satu teknologi penyebaran yang didukung untuk menerapkan aplikasi Anda ke slot.
Semua slot menskalakan ke jumlah pekerja yang sama dengan slot produksi.
Anda dapat melihat informasi tentang slot yang ada menggunakan Azure CLI atau melalui portal Azure.
Gunakan langkah-langkah ini untuk membuat slot baru di portal:
Navigasi ke aplikasi fungsi Anda.
Pilih Slot penyebaran dan slot yang ada ditampilkan.
Jalankan perintah az functionapp deployment slot list ini untuk mencantumkan slot yang ada di aplikasi fungsi Anda:
Anda dapat menambahkan slot menggunakan Azure CLI atau melalui portal Azure.
Gunakan langkah-langkah ini untuk membuat slot di portal:
Navigasi ke aplikasi fungsi Anda.
Pilih Slot penyebaran,lalu pilih + Tambahkan Slot.
Ketik nama slot dan pilih Tambahkan.
Get the free Microsoft 365 mobile app
[*] Copilot in the Microsoft 365 App is available for Microsoft 365 Enterprise, Academic, and SMB subscribers with a work or education account. Microsoft 365 Personal and Family subscribers and free accounts can access Copilot at copilot.microsoft.com and on the Copilot mobile app.
[**] Microsoft 365 Personal or Family subscription required.
[***] Copilot with enterprise data protection is available to all faculty and higher education students ages 18+ who are signed in with their school account, including users of our free offers.
[*] Copilot in the Microsoft 365 App is available for Microsoft 365 Enterprise, Academic, and SMB subscribers with a work or education account. Microsoft 365 Personal and Family subscribers and free accounts can access Copilot at copilot.microsoft.com and on the Copilot mobile app.
[**] Microsoft 365 Personal or Family subscription required.
[*] Copilot in the Microsoft 365 App is available for Microsoft 365 Enterprise, Academic, and SMB subscribers with a work or education account. Microsoft 365 Personal and Family subscribers and free accounts can access Copilot at copilot.microsoft.com and on the Copilot mobile app.
[**] Microsoft 365 Personal or Family subscription required.
[***] Eligible institutions can sign up for Office 365 Education for the classroom at no cost, including online Word, Excel, PowerPoint, OneNote, Microsoft Teams, Microsoft Copilot, plus additional classroom tools. Copilot with enterprise data protection is available to all faculty and higher education students 18+ while signed in with their school account.
Slot penyebaran Azure Functions
Slot penyebaran Azure Functions memungkinkan aplikasi fungsi Anda menjalankan berbagai instans yang disebut slot. Slot adalah lingkungan yang berbeda yang diekspos melalui titik akhir yang tersedia untuk umum. Satu instans aplikasi selalu dipetakan ke slot produksi, dan Anda dapat menukar instans yang ditetapkan ke slot sesuai permintaan.
Jumlah slot yang tersedia tergantung pada opsi hosting spesifik Anda:
Berikut ini mencerminkan bagaimana fungsi dipengaruhi dengan bertukar (swap) slot:
Jaringan virtual yang bisa disesuaikan dengan domain privat
Azure Public DNS juga mendukung domain DNS privat. Fitur ini memungkinkan Anda untuk menggunakan nama domain kustom Anda sendiri di jaringan virtual privat Anda dibanding nama yang disediakan Azure saat ini.
Untuk informasi lebih lanjut, lihat Menggunakan Azure DNS untuk domain privat.
Azure Public DNS mendukung kumpulan catatan alias. Anda dapat menggunakan catatan alias yang diatur untuk merujuk ke sumber daya Azure, seperti alamat IP publik Azure, profil Azure Traffic Manager, atau titik akhir Azure Content Delivery Network (CDN). Jika alamat IP dari sumber daya yang mendasarinya berubah, kumpulan catatan alias diperbarui secara otomatis selama resolusi DNS. Catatan alias yang ditetapkan menunjuk ke instans layanan, dan instans layanan dihubungkan dengan alamat IP.
Selain itu, Anda sekarang dapat mengarahkan apex atau domain tanpa awalan ke profil Traffic Manager atau titik akhir CDN menggunakan rekaman alias. Contohnya adalah contoso.com.
Untuk informasi selengkapnya, lihat Ringkasan catatan alias Azure DNS.
Azure Functions deployment slots
Azure Functions deployment slots allow your function app to run different instances called slots. Slots are different environments exposed via a publicly available endpoint. One app instance is always mapped to the production slot, and you can swap instances assigned to a slot on demand.
The number of available slots depends on your specific hosting option:
The following reflect how functions are affected by swapping slots:
There are many advantages to using deployment slots, including:
During a swap, one slot is considered the source and the other is the target. The source slot has the instance of the application that is applied to the target slot. The following steps ensure the target slot doesn't experience downtime during a swap:
Apply settings: Settings from the target slot are applied to all instances of the source slot. For example, the production settings are applied to the staging instance. The applied settings include the following categories:
Wait for restarts and availability: The swap waits for every instance in the source slot to complete its restart and to be available for requests. If any instance fails to restart, the swap operation reverts all changes to the source slot and stops the operation.
Update routing: If all instances on the source slot are warmed up successfully, the two slots complete the swap by switching routing rules. After this step, the target slot (for example, the production slot) has the app that was previously warmed up in the source slot.
Repeat operation: Now that the source slot has the preswap app previously in the target slot, complete the same operation by applying all settings and restarting the instances for the source slot.
Keep in mind the following points:
At any point of the swap operation, initialization of the swapped apps happens on the source slot. The target slot remains online while the source slot is prepared, whether the swap succeeds or fails.
To swap a staging slot with the production slot, make sure that the production slot is always the target slot. This way, the swap operation doesn't affect your production app.
Settings related to event sources and bindings must be configured as deployment slot settings before you start a swap. Marking them as "sticky" ahead of time ensures events and outputs are directed to the proper instance.
When you create a new staging slot, all existing settings from the production slot are created in the new slot, regardless of the stickiness of the setting.
Some configuration settings are slot-specific. The following lists detail which settings change when you swap slots, and which remain the same.
Slot-specific settings:
Non slot-specific settings:
Features marked with an asterisk (*) don't get swapped, by design.
Certain app settings that apply to unswapped settings are also not swapped. For example, since diagnostic settings are not swapped, related app settings like WEBSITE_HTTPLOGGING_RETENTION_DAYS and DIAGNOSTICS_AZUREBLOBRETENTIONDAYS are also not swapped, even if they don't show up as slot settings.